-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 phase tag to pod metrics #2624
Conversation
12b3375
to
aa4f31e
Compare
This broke hostname collection, will fix asap. |
Codecov Report
@@ Coverage Diff @@
## master #2624 +/- ##
==========================================
- Coverage 83.89% 76.35% -7.54%
==========================================
Files 638 49 -589
Lines 36323 3612 -32711
Branches 4425 452 -3973
==========================================
- Hits 30472 2758 -27714
+ Misses 4545 738 -3807
+ Partials 1306 116 -1190 |
b2dd492
to
d7d5136
Compare
d7d5136
to
9b09f18
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.
Let's put kubernetes_state change in separate PR
Thanks for this change! When will it be released? |
It's going out with 6.8 which should go out next week. |
What does this PR do?
Add pod phase to metrics from KSM with a label join.
Motivation
requested by several users (several support tickets + #2521 + DataDog/datadog-agent#2692)
Review checklist
no-changelog
label attachedAdditional Notes
I checked the label_joins bit in our codebase, it doesn't break anything. I'm willing to re-evaluate and put it behind an option if someone thinks of something that would break. As usual, if you see something, say something.
Also:
closes #2521