mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-26 22:56:36 +00:00
Merge pull request #234 from szook/fix-mssql-metric-name-typo
fix mssql metric name type
This commit is contained in:
@@ -997,7 +997,7 @@ func NewMSSQLCollector() (Collector, error) {
|
|||||||
nil,
|
nil,
|
||||||
),
|
),
|
||||||
Processesblocked: prometheus.NewDesc(
|
Processesblocked: prometheus.NewDesc(
|
||||||
prometheus.BuildFQName(Namespace, subsystem, "genstatss_blocked_processes"),
|
prometheus.BuildFQName(Namespace, subsystem, "genstats_blocked_processes"),
|
||||||
"(GeneralStatistics.Processesblocked)",
|
"(GeneralStatistics.Processesblocked)",
|
||||||
[]string{"instance"},
|
[]string{"instance"},
|
||||||
nil,
|
nil,
|
||||||
|
|||||||
Reference in New Issue
Block a user