Document magic values in metric description

See https://www.supermicro.com/support/faqs/faq.cfm?faq=28159
This commit is contained in:
Conrad Hoffmann 2020-07-26 17:28:12 +02:00
parent ae2992c60b
commit 29354b0eb0
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ var (
lanModeDesc = prometheus.NewDesc( lanModeDesc = prometheus.NewDesc(
prometheus.BuildFQName(namespace, "config", "lan_mode"), prometheus.BuildFQName(namespace, "config", "lan_mode"),
"Returns configured LAN mode.", "Returns configured LAN mode (0=dedicated, 1=shared, 2=failover).",
nil, nil,
nil, nil,
) )