-
Notifications
You must be signed in to change notification settings - Fork 813
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
[docker] disable mesos_task and chronos_job tags because of high cardinality #3414
Conversation
61eafc3
to
1ad44d5
Compare
Kept them commented out with a message to explain why
1ad44d5
to
80aab0b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
@xvello thanks for the great job on the mesos integration, waiting for the 5.15 to be released 😃 However could you please reconsider the sample graph using the BTW: |
Hi @maciekm and thank you for your input.
|
we run chronos 2.4 (not the newest) but even in master:
Its a static value without any dynamic task IDs or timestamps that stays the same across runs. Redacted sample from
Hope the |
Thanks @maciekm, I'll add back |
😹 that is awesome news, thanks @xvello |
What does this PR do?
These tags have a container cardinality.
marathon_app
remains (similar to a kube_deployment)After 5.15 settles in, and if requested, we could patch BaseUtil to support two cardinality tiers for tags and only use the high card for docker metrics.