-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for setting "#help" text in mapping config #78
Labels
Comments
Sounds good! Wanna give it a try and send a PR? |
Yeah, I'll PR it once #66 is merged, I'd rather let the old mapper configuration format die on the vine and add new mapper features to yaml mapper config |
drawks
pushed a commit
to drawks/statsd_exporter
that referenced
this issue
Aug 3, 2017
* Updated mappings to accept custom help text in YAML config * Updated exporter to display configured help messages * Update README to reflect aditional configurability
drawks
pushed a commit
to drawks/statsd_exporter
that referenced
this issue
Aug 3, 2017
* Updated mappings to accept custom help text in YAML config * Updated exporter to display configured help messages * Update README to reflect aditional configurability * Minor Update to exporter to allow tests to pass with mocked statsdlistener that has no mappers
drawks
pushed a commit
to drawks/statsd_exporter
that referenced
this issue
Oct 2, 2017
* Updated mappings to accept custom help text in YAML config * Updated exporter to display configured help messages * Update README to reflect aditional configurability * Minor Update to exporter to allow tests to pass with mocked statsdlistener that has no mappers
This issue is resolved in #87 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current behavior of providing a help text like
# HELP test_case_total Metric autogenerated by statsd_exporter.
falls pretty far short of the intent of informing the consumer of the metric what the metric represents in easy language. This should be a very small modification that would improve usability.
The text was updated successfully, but these errors were encountered: