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

Fine grained cache metrics #2890

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Fine grained cache metrics #2890

merged 1 commit into from
Aug 14, 2024

Conversation

MartinquaXD
Copy link
Contributor

Description

The metrics added in #2880 shows for a fact that the RequestSharing cache grows over time. However, all these allocations are currently counted with a single metric.

Changes

Instead of tracking all cached items with a single gauge we now track per RequestSharing instance which maybe points us to a very bad offender giving us an idea what to look out for.

@MartinquaXD MartinquaXD requested a review from a team as a code owner August 14, 2024 09:55
@MartinquaXD MartinquaXD merged commit 7502bc0 into main Aug 14, 2024
10 checks passed
@MartinquaXD MartinquaXD deleted the fine-grained-cache-metrics branch August 14, 2024 11:13
@github-actions github-actions bot locked and limited conversation to collaborators Aug 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants