collector/entropy_linux.go: Use canonical name for available entropy
This commit is contained in:
parent
dc4314b037
commit
e8fdc4d160
2 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ func init() {
|
|||
func NewEntropyCollector() (Collector, error) {
|
||||
return &entropyCollector{
|
||||
entropy_avail: prometheus.NewDesc(
|
||||
prometheus.BuildFQName(Namespace, "", "entropy_avail"),
|
||||
prometheus.BuildFQName(Namespace, "", "entropy_available_bits"),
|
||||
"Bits of available entropy.",
|
||||
nil, nil,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue