Skip to content

Commit

Permalink
Fixes Loki reads dashboard. (#3854)
Browse files Browse the repository at this point in the history
Recently realized the latency for ingester isn't working.

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
cyriltovena authored Jun 15, 2021
1 parent de93a1b commit f8dcf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/loki-mixin/dashboards/loki-reads.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
g.panel('Latency') +
utils.latencyRecordingRulePanel(
'loki_request_duration_seconds',
dashboards['loki-reads.json'].matchers.querier + [utils.selector.re('route', grpc_routes)],
dashboards['loki-reads.json'].matchers.ingester + [utils.selector.re('route', grpc_routes)],
extra_selectors=dashboards['loki-reads.json'].clusterMatchers,
sum_by=['route']
)
Expand Down

0 comments on commit f8dcf47

Please sign in to comment.