Skip to content

Commit

Permalink
Document magic values in metric description
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfehler committed Jul 26, 2020
1 parent ae2992c commit 29354b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ var (

lanModeDesc = prometheus.NewDesc(
prometheus.BuildFQName(namespace, "config", "lan_mode"),
"Returns configured LAN mode.",
"Returns configured LAN mode (0=dedicated, 1=shared, 2=failover).",
nil,
nil,
)
Expand Down

0 comments on commit 29354b0

Please sign in to comment.