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

readyset_query_log_total_cache_misses not being populated #1350

Open
altmannmarcelo opened this issue Aug 15, 2024 · 0 comments
Open

readyset_query_log_total_cache_misses not being populated #1350

altmannmarcelo opened this issue Aug 15, 2024 · 0 comments
Labels
Medium priority Created by Linear-GitHub Sync
Milestone

Comments

@altmannmarcelo
Copy link
Contributor

Description

Investigate why we are not incrementing readyset_query_log_total_cache_misses counter when we hit a cache miss.

Example of one deployment with two caches:

# TYPE readyset_server_view_query_result_miss counter
0  readyset_server_view_query_result_miss{upstream_db_type="mysql",deployment="readyset.db"} 72611

curl localhost:6034/metrics | grep readyset_query_log_total_cache_misses
# TYPE readyset_query_log_total_cache_misses counter
readyset_query_log_total_cache_misses{upstream_db_type="mysql",deployment="readyset.db",cache_name="q_c6b0f1eb50a321ad"} 0
readyset_query_log_total_cache_misses{upstream_db_type="mysql",deployment="readyset.db",cache_name="q_3695f4f81233b19a"} 0

Change in user-visible behavior

Requires documentation change

@altmannmarcelo altmannmarcelo added this to the v.38 milestone Aug 15, 2024
@altmannmarcelo altmannmarcelo added the Medium priority Created by Linear-GitHub Sync label Aug 15, 2024
@altmannmarcelo altmannmarcelo modified the milestones: v.38, v.39 Aug 19, 2024
@altmannmarcelo altmannmarcelo modified the milestones: v.39, v.40, v.41 Aug 26, 2024
@altmannmarcelo altmannmarcelo modified the milestones: v.41, v.42 Sep 9, 2024
@altmannmarcelo altmannmarcelo modified the milestones: v.42, v.43, v.44 Sep 16, 2024
@altmannmarcelo altmannmarcelo modified the milestones: v.44, v.45 Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Medium priority Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant