-
Notifications
You must be signed in to change notification settings - Fork 3k
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
install: Support configuring metricsRelabelings on ServiceMonitors #21051
Conversation
1f14255
to
1ef5cb4
Compare
Not sure why BPF checks failed, I didn't touch anything that should be effected. |
Ah it's check patch disliking a misspelt word in my commit message. |
1ef5cb4
to
ad751ee
Compare
The Travis failure is legitimate: |
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.
Thanks! Looks good to me! (assuming the Travis failure is fixed)
ad751ee
to
581d72a
Compare
Ah good catch. Missed that. Updated commit to update docs values. |
This allows adding or removing labels in metrics collected by Prometheus. Additionally, I removed the node relabeling in the hubble ServiceMonitor because this is automatically added by prometheus-operator already, so it was redundant and unnecessary for our ServiceMonitor to configure itself. Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>
581d72a
to
318a8b0
Compare
looks good |
/test |
Neither of the test failures seem relevant to these changes, merging. |
This allows adding or removing or changing labels in metrics collected by
Prometheus.
Additionally, I removed the node relabeling in the hubble ServiceMonitor
because this is automatically added by prometheus-operator already, so
it was redundant and unecessary for our ServiceMonitor to configure
itself.