collector/entropy_linux.go: Use canonical name for available entropy

This commit is contained in:
Richard Hartmann 2016-01-14 08:26:04 +01:00
commit e8fdc4d160
2 changed files with 4 additions and 4 deletions

View file

@ -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,
),