Merge pull request #234 from szook/fix-mssql-metric-name-typo

fix mssql metric name type
This commit is contained in:
Calle Pettersson 2018-08-03 16:27:40 +02:00 committed by GitHub
commit 96dd456bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,