You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Prometheus doesn’t like one metric having different help strings."
While not conforming to any of this doesn't break Prometheus, new guidance shall be to enforce the same HELP line per metric name / MetricFamily and only emit it once without configurability to do otherwise.
However, to maintain backward compatibility, enforcing it is still up for debate. It is stated that "Gauge/Counter/Summary/Histogram MUST require metric descriptions/help to be provided." At the same time, Prometheus works just fine without providing a HELP line, and at a different place in the Prometheus docs, TYPE and HELP are explicitly stated as optional. Note that we would break backward compatibility if we were to enforce a HELP line.