Skip to content

Commit

Permalink
Merge pull request #2426 from amnonh/fix_table_filter
Browse files Browse the repository at this point in the history
scylla-ks: base the table filtering on scylla_column_family_cache_hit_rate
  • Loading branch information
amnonh authored Nov 21, 2024
2 parents 996bb55 + a3f5c65 commit 0cbb46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafana/scylla-ks.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,14 +320,14 @@
"class": "template_variable_single",
"label": "ks",
"name": "ks",
"query": "label_values(scylla_column_family_write_latency_count{cluster=\"$cluster\"},ks)",
"query": "label_values(scylla_column_family_cache_hit_rate{cluster=\"$cluster\"},ks)",
"sort": 3
},
{
"class": "template_variable_all",
"label": "table",
"name": "table",
"query": "label_values(scylla_column_family_write_latency_count{cluster=\"$cluster\", ks=\"$ks\"},cf)",
"query": "label_values(scylla_column_family_cache_hit_rate{cluster=\"$cluster\", ks=\"$ks\"},cf)",
"sort": 3
},
{
Expand Down

0 comments on commit 0cbb46d

Please sign in to comment.