-
Notifications
You must be signed in to change notification settings - Fork 0
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
Chore/minimize metrics #11
Conversation
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.
LGTM
Signed-off-by: Bruno Bressi <[email protected]>
The grafana metrics were not being scraped because of the missing label Signed-off-by: Bruno Bressi <[email protected]>
Reverted to rc status again to test grafana smon Signed-off-by: Bruno Bressi <[email protected]>
Signed-off-by: Bruno Bressi <[email protected]>
Signed-off-by: Bruno Bressi <[email protected]>
still LGTM 😄 |
This common label is expected to be present in general in the prometheus components of the caas-cluster-monitoring stack and so it should also be part of the kube-prometheus stack, so that serviceMonitors and other objects can be picked out-of-the-box Signed-off-by: Bruno Bressi <[email protected]>
Signed-off-by: Bruno Bressi <[email protected]>
Haha @CerRegulus thanks for the new review. I'm updating the chart to also include some minor fixes (missing grafana metrics, prometheus was missing the @JTaeuber the dashboards look OK. We'll be merging this week I think 👍 |
Signed-off-by: Bruno Bressi <[email protected]>
They are not passed down to prometheus pods Signed-off-by: Bruno Bressi <[email protected]>
Signed-off-by: Bruno Bressi <[email protected]>
Signed-off-by: Bruno Bressi <[email protected]>
Motivation
Relates to this issue.
Changes
Wrote a regex to keep only the metrics we're using in our dashboards for the
rkeControllerManager
,rkeProxy
andrkeScheduler
.Tests done