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

Fixes suspected duplicate label panic for some GCP metric #153

Merged
merged 2 commits into from
Apr 22, 2022

Commits on Apr 21, 2022

  1. Fixes suspected duplicate label panic for some GCP metric

    Metric like `istio.io/control` were failing because `mesh_id` and some other labels were added multiple times
    
    Signed-off-by: Gidesh Pampingal <gidesh.pampingal@johnlewis.co.uk>
    gideshrp1JL committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    b427f24 View commit details
    Browse the repository at this point in the history
  2. Add log to capture the duplicate label if it exists in a metric

    As suggested in PR
    
    Signed-off-by: Gidesh Pampingal <gidesh.pampingal@johnlewis.co.uk>
    gideshrp1JL committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    9f54b7d View commit details
    Browse the repository at this point in the history