Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 26982f2

Browse files
Johanna Ratliffpracucci
andauthored
Add cortex-gw-internal to watched gateway metrics (#328)
* Add cortex-gw-internal to watched gateway metrics * Update CHANGELOG.md Co-authored-by: Marco Pracucci <marco@pracucci.com>
1 parent acc0a4f commit 26982f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## master / unreleased
44

5+
* [ENHANCEMENT] Cortex-mixin: Include `cortex-gw-internal` naming variation in default `gateway` job names. #328
56
* [CHANGE] `namespace` template variable in dashboards now only selects namespaces for selected clusters. #311
67
* [CHANGE] Alertmanager: mounted overrides configmap to alertmanager too. #315
78
* [CHANGE] Memcached: upgraded memcached from `1.5.17` to `1.6.9`. #316

cortex-mixin/config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
query_scheduler: 'query-scheduler', // Not part of single-binary.
3535
table_manager: '(table-manager|cortex$)',
3636
store_gateway: '(store-gateway|cortex$)',
37-
gateway: '(gateway|cortex-gw)',
37+
gateway: '(gateway|cortex-gw|cortex-gw-internal)',
3838
compactor: 'compactor.*', // Match also custom compactor deployments.
3939
},
4040

0 commit comments

Comments
 (0)