-
Notifications
You must be signed in to change notification settings - Fork 44
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
Relabelings #74
Comments
Agree. I created a prerelease https://github.com/jmcgrath207/k8s-ephemeral-storage-metrics/releases/tag/1.6.3-rc01 The changes are in #76, which works with empty values when observed in Grafana. Admittedly, I am not super familiar with this. If your change works, could you send me a test case of the values you supplied? I want to add it to our tests. Thanks! |
Thanks for implementing the change so quickly. I'm trying to deploy the chart with the below values but there's an error, think it might be an indentation issue.
Chart deploys fine without relabelings in the values Copilot suggesting moving from |
No worries. I see, you beat me to it 🥇 I merged. Thanks for your contribution. I will release it soon here. |
1.6.3 was just released with our change. In hindsight, I should have used those labels in your test case 😅. I might do so for 2.0 after refactoring for unit testing. If you see any other issues or improvements, feel free to raise an issue. Thanks! |
Hey
Just raising an idea that relabelings and metric relabelings should be configurable on the service monitor resource from the helm chart.
I need to relabel container and pod labels to match what kube state metrics provides.
The text was updated successfully, but these errors were encountered: