Skip to content
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

[WIP] fix: Add allowed labels to all metrics instead of just _labels metric #2428

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 19, 2024

  1. Add allowedLabels to all metrics instead of just _labels metric

    KSM allows providing a list of labels that should be added to the prometheus metric for the resource.
    These labels currently are only added to the `kube_<resource>_labels` metric. However, there are several
    use cases where having these labels on all of the metrics would be helpful. This change adds the allowed
    labels to all metrics of the resource instead of just the `_labels` metric.
    ronaknnathani committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    56fedf2 View commit details
    Browse the repository at this point in the history