Skip to content

Commit

Permalink
format jsonnet
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Lisi <[email protected]>
  • Loading branch information
jtlisi committed May 26, 2020
1 parent 3d97474 commit 5b91745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cortex-mixin/recording_rules.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
rules:
utils.histogramRules('cortex_memcache_request_duration_seconds', ['cluster', 'job', 'method']) +
utils.histogramRules('cortex_cache_request_duration_seconds', ['cluster', 'job']) +
utils.histogramRules('cortex_cache_request_duration_seconds', ['cluster', 'job', 'method'])
utils.histogramRules('cortex_cache_request_duration_seconds', ['cluster', 'job', 'method']),
},
{
name: 'cortex_chunk_store',
Expand All @@ -33,12 +33,12 @@ local utils = import 'mixin-utils/utils.libsonnet';
},
{
name: 'cortex_queries',
rules:
rules:
utils.histogramRules('cortex_query_frontend_retries', ['cluster', 'job']) +
utils.histogramRules('cortex_query_frontend_queue_duration_seconds', ['cluster', 'job']) +
utils.histogramRules('cortex_ingester_queried_series', ['cluster', 'job']) +
utils.histogramRules('cortex_ingester_queried_chunks', ['cluster', 'job']) +
utils.histogramRules('cortex_ingester_queried_samples', ['cluster', 'job'])
utils.histogramRules('cortex_ingester_queried_samples', ['cluster', 'job']),
},
{
name: 'cortex_received_samples',
Expand Down

0 comments on commit 5b91745

Please sign in to comment.