grafana/cortex-jsonnet

Cortex mixin query frontend cache should name the cache

Opened this issue · 0 comments

$.queryPanel('sum(rate(cortex_cache_hits{%s}[1m])) / sum(rate(cortex_cache_fetched_keys{%s}[1m]))' % [$.jobMatcher('query-frontend'), $.jobMatcher('query-frontend')], 'Hit Rate') +

Otherwise in single binary mode you get all the caches.