Skip to content

Commit

Permalink
Merge pull request prometheus-community#234 from szook/fix-mssql-metr…
Browse files Browse the repository at this point in the history
…ic-name-typo

fix mssql metric name type
  • Loading branch information
carlpett authored Aug 3, 2018
2 parents 6fd78b1 + 6dee4db commit ba0f23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/mssql.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ba0f23c

Please sign in to comment.