Skip to content

Commit

Permalink
Merge pull request #204 from grafana/fix-metadata-typo
Browse files Browse the repository at this point in the history
s/Metadada/Metadata/
  • Loading branch information
jdbaldry authored Oct 16, 2020
2 parents 332fe4c + 935b7b7 commit c203666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cortex-mixin/dashboards/reads.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ local utils = import 'mixin-utils/utils.libsonnet';
)
.addRowIf(
std.member($._config.storage_engine, 'blocks'),
$.thanosMemcachedCache('Memcached – Blocks Storage – Metadada (Store-gateway)', $._config.job_names.store_gateway, 'store-gateway', 'metadata-cache')
$.thanosMemcachedCache('Memcached – Blocks Storage – Metadata (Store-gateway)', $._config.job_names.store_gateway, 'store-gateway', 'metadata-cache')
)
.addRowIf(
std.member($._config.storage_engine, 'blocks'),
$.thanosMemcachedCache('Memcached – Blocks Storage – Metadada (Querier)', $._config.job_names.querier, 'querier', 'metadata-cache')
$.thanosMemcachedCache('Memcached – Blocks Storage – Metadata (Querier)', $._config.job_names.querier, 'querier', 'metadata-cache')
)
.addRowIf(
std.member($._config.storage_engine, 'chunks') &&
Expand Down

0 comments on commit c203666

Please sign in to comment.