fix mssql metric name type

found that I had one metric with an extra `s` in `_genstatss_`, making it
inconsistent with it's siblings.
This commit is contained in:
Steve Zook
2018-08-03 09:52:15 -04:00
parent fe4c61a70e
commit af1b8bf4d0

View File

@@ -997,7 +997,7 @@ func NewMSSQLCollector() (Collector, error) {
nil,
),
Processesblocked: prometheus.NewDesc(
prometheus.BuildFQName(Namespace, subsystem, "genstatss_blocked_processes"),
prometheus.BuildFQName(Namespace, subsystem, "genstats_blocked_processes"),
"(GeneralStatistics.Processesblocked)",
[]string{"instance"},
nil,