Skip to content

Commit a6b16b0

Browse files
ConsolePlugin metrics must no longer be grouped by the vendor
1 parent 91f51dc commit a6b16b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/cluster-monitoring-prometheus-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
record: 'cluster:console_auth_logout_requests_total:sum'
2525
- expr: 'max(console_usage_users) by (role)'
2626
record: 'cluster:console_usage_users:max'
27-
- expr: 'max(console_plugins_info{name=~"redhat|demo|other"}) by (name, state)'
27+
- expr: 'max(console_plugins_info) by (name, state)'
2828
record: 'cluster:console_plugins_info:max'
29-
- expr: 'max(console_customization_perspectives_info{name=~"admin|dev|acm|other"}) by (name, state)'
29+
- expr: 'max(console_customization_perspectives_info) by (name, state)'
3030
record: 'cluster:console_customization_perspectives_info:max'

0 commit comments

Comments
 (0)