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

Drop useless recording rules for non existent cache metrics #7514

Merged
merged 1 commit into from
Mar 1, 2024

Commits on Mar 1, 2024

  1. Drop useless recording rules for non existent cache metrics

    These were renamed in Mimir 2.0:
    cortex_memcache_request_duration_seconds
    cortex_cache_request_duration_seconds
    to
    thanos_memcached_operation_duration_seconds
    
    but the corresponding recording rule was not cleared, I think it's time.
    Since we're going to introduce native histograms for the new metric,
    we probably don't need to have a recording rule for it - also nobody
    complained.
    
    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    95096bd View commit details
    Browse the repository at this point in the history