Skip to content

Commit

Permalink
Merge pull request #147 from prometheus-community/superq/fix_gauge_name
Browse files Browse the repository at this point in the history
Fix metricDeviceCount gauge name
  • Loading branch information
NiceGuyIT authored Aug 16, 2023
2 parents f5b403b + d5fb66c commit e9ef093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (
nil,
)
metricDeviceCount = prometheus.NewDesc(
"smartctl_device_count",
"smartctl_devices",
"Number of devices configured or dynamically discovered",
[]string{},
nil,
Expand Down

0 comments on commit e9ef093

Please sign in to comment.