-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Limit tag cardinality by metric in tag_cardinality_limit
transform
#15743
Comments
Any update on this? |
Nothing yet unfortunately. |
@jszwedko any update about global rate limit per metric name? |
Nothing yet unfortunately. We are, of course, happy to entertain a pull request for this :) |
Note: the limit cardinality per metric-name should also consider the metric namespace. (or at least have this configurable) It is a likely scenario that the same |
…tag_cardinality_limit` This adds the ability to add per metric limits in `tag_cardinality_limit` transform, besides the global configuration that applies to all metrics. It supports matching metrics by name and optionally by namespace too. Closes: vectordotdev#15743
A note for the community
Use Cases
The
tag_cardinality_limit
transform currently applies a global limit on tags. It'd be more useful to apply the limit per metric name.Attempted Solutions
No response
Proposal
Apply the user-specified limits and behavior on a per-metric name basis.
References
Version
vector 0.26.0
The text was updated successfully, but these errors were encountered: