Compare commits

...

2 Commits

Author SHA1 Message Date
Calle Pettersson
96dd456bb1 Merge pull request #234 from szook/fix-mssql-metric-name-typo
fix mssql metric name type
2018-08-03 16:27:40 +02:00
Steve Zook
af1b8bf4d0 fix mssql metric name type
found that I had one metric with an extra `s` in `_genstatss_`, making it
inconsistent with it's siblings.
2018-08-03 09:52:15 -04:00

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,