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

Remove labelmap relabel_config for Kubernetes node_name #828

Merged
merged 1 commit into from
Sep 13, 2020

Commits on Sep 13, 2020

  1. Drop Kubelet labelmap relabel for node_name

    * Originally, Kubelet and CAdvisor metrics used a labelmap
    relabel to add Kubernetes SD node labels onto timeseries
    * With #596 that
    relabel was dropped since node labels aren't usually that
    valuable. `__meta_kubernetes_node_name` was retained but
    the field name is empty
    * Favor just using Prometheus server-side `instance` in
    queries that require some node identifier for aggregation
    or debugging
    
    Fix #823
    dghubble committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    eb093af View commit details
    Browse the repository at this point in the history