-
Notifications
You must be signed in to change notification settings - Fork 104
feat(relay): add configuration option to allow high cardinality tags in metric calls #4805
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
Conversation
What is your plan with this? The tags should be opt-in not opt-out, this config looks like it would be more for opt-out? Exposing all this functionality doesn't seem like a great idea, if we don't have to. People can also filter on their statsd service or collector. |
# Conflicts: # CHANGELOG.md
This PR adds a configuration option to allow high cardinality tags, such as project id, in metrics.
High cardinality tags are prefixed with
hc.
. By default, it will always strip those tags.ref INGEST-140