Merge pull request #147 from prometheus-community/superq/fix_gauge_name

Fix metricDeviceCount gauge name
This commit is contained in:
David Randall 2023-08-16 19:44:52 -04:00 committed by GitHub
commit e9ef093567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ var (
nil, nil,
) )
metricDeviceCount = prometheus.NewDesc( metricDeviceCount = prometheus.NewDesc(
"smartctl_device_count", "smartctl_devices",
"Number of devices configured or dynamically discovered", "Number of devices configured or dynamically discovered",
[]string{}, []string{},
nil, nil,