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

Docs: Hint about potential high cardinality metrics #5603

Merged
merged 2 commits into from
May 20, 2022
Merged

Docs: Hint about potential high cardinality metrics #5603

merged 2 commits into from
May 20, 2022

Commits on Mar 11, 2022

  1. Hint about potential high cardinality metrics

    Add warning about potential high cardinality metrics due to the file path being included in some of the metrics. 
    Depending on the setup, such config can result in a very large amount of label values, which is not recommended by Prometheus.
    This can result in increased storage, slow down of queries, extra costs and so on.
    
    Address what has been discussed in #5553.
    m1keil authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    12924e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Reword observability.md

    Co-authored-by: Karen Miller <84039272+KMiller-Grafana@users.noreply.github.com>
    m1keil and KMiller-Grafana authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    87b474d View commit details
    Browse the repository at this point in the history