Skip to content
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

Add possibility to disable implicit label conversion. #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gozora
Copy link

@gozora gozora commented Feb 12, 2024

Hello @ulranh

Currently, labels in metrics are converted to lower case and spaces are replaced by underscore ('_') which might be undesirable is some scenarios.
This patch adds --clean_labels=(bool), option which allows to turn off such behavior.
Option is set to true by default, to not to break backwards compatibility.

Currently, labels in metrics are converted to lower case and spaces are
replaced by underscore ('_') which might be undesirable is some
scenarios.
This patch adds --clean_labels=(bool), option which allows to turn off such
behaviour.
Option is set to `true` by default, to not to break backwards
compatibility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant