mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-12 16:06:37 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
96dd456bb1 | ||
|
|
af1b8bf4d0 |
@@ -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