Skip to content

Commit

Permalink
Change cortex_chunk_store to cortex_storage
Browse files Browse the repository at this point in the history
Co-authored-by: gotjosh <[email protected]>
  • Loading branch information
jtlisi and gotjosh authored May 27, 2020
1 parent 5b91745 commit 65bbfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-mixin/recording_rules.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
utils.histogramRules('cortex_cache_request_duration_seconds', ['cluster', 'job', 'method']),
},
{
name: 'cortex_chunk_store',
name: 'cortex_storage',
rules:
utils.histogramRules('cortex_bigtable_request_duration_seconds', ['cluster', 'job', 'operation']) +
utils.histogramRules('cortex_cassandra_request_duration_seconds', ['cluster', 'job', 'operation']) +
Expand Down

0 comments on commit 65bbfc1

Please sign in to comment.