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
Hmm ok, re-reading, MetricFamily.Type cannot legitimately be nil. So far I see a few options (going to try to look for a better one)
if in.Help is nil, we can also node show the Type comment... doesn't feel quite right
add a func parameter (but it would have to be a bool arg, we couldn't apply an Option func) but this method is exported and that's an annoying change for most downstream users
Each of those definitely requires some sign-off from maintainers (hi @roidelapluie)
Similar to
HELP
, it would be nice to have the option to toggleTYPE
being includedSome context: influxdata/telegraf#11417
Note: I would like to make this contribution 🙂
The text was updated successfully, but these errors were encountered: