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

Conversation

krajorama
Copy link
Contributor

What this PR does

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.

Which issue(s) this PR fixes or relates to

Related to: #7154

Checklist

  • N/A Tests updated.
  • N/A Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • N/A about-versioning.md updated with experimental features.

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>
Copy link
Contributor

@flxbk flxbk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@krajorama krajorama merged commit 9804490 into main Mar 1, 2024
31 checks passed
@krajorama krajorama deleted the krajo/fix branch March 1, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants