Skip to content

Commit

Permalink
fix: Add store-gateway and compactor ring_members
Browse files Browse the repository at this point in the history
Also re-order names for readability.

Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed May 11, 2021
1 parent 57d73f0 commit 4c7bcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-mixin/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
query_frontend: '(query-frontend|cortex$)',
query_scheduler: 'query-scheduler', // Not part of single-binary.
table_manager: '(table-manager|cortex$)',
ring_members: '(distributor|ingester|querier|cortex|ruler)',
ring_members: '(compactor|distributor|ingester|querier|ruler|store-gateway|cortex)',
store_gateway: '(store-gateway|cortex$)',
gateway: 'cortex-gw',
compactor: 'compactor.*', // Match also custom compactor deployments.
Expand Down

0 comments on commit 4c7bcec

Please sign in to comment.