Skip to content

Commit

Permalink
Update app.rules.yml (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Dec 12, 2023
1 parent bbe7c89 commit a7b4365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/prometheus-rules/templates/alerting-rules/app.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ spec:
description: '{{`App {{ $labels.name }} has no team label.`}}'
opsrecipe: app-without-team-annotation/
{{- if eq .Values.managementCluster.provider.flavor "capi" }}
expr: label_replace(app_operator_app_info{app!~"api-spec", team=~"^$|noteam", catalog=~"giantswarm.*|control-plane(-test)?-catalog|cluster(-test)?|default(-test)?|releases(-test)?"}, "cluster_id", "$1", "name", "([a-zA-Z0-9]+)-.*") == 1
expr: label_replace(app_operator_app_info{app!~"api-spec(-app)?", team=~"^$|noteam", catalog=~"giantswarm.*|control-plane(-test)?-catalog|cluster(-test)?|default(-test)?|releases(-test)?"}, "cluster_id", "$1", "name", "([a-zA-Z0-9]+)-.*") == 1
{{- else }}
expr: label_replace(app_operator_app_info{app!~"api-spec", team=~"^$|noteam", catalog=~"giantswarm.*|control-plane(-test)?-catalog|cluster(-test)?|default(-test)?|releases(-test)?"}, "cluster_id", "$1", "namespace", {{ include "namespaceNotGiantswarm" . }}) == 1
expr: label_replace(app_operator_app_info{app!~"api-spec(-app)?", team=~"^$|noteam", catalog=~"giantswarm.*|control-plane(-test)?-catalog|cluster(-test)?|default(-test)?|releases(-test)?"}, "cluster_id", "$1", "namespace", {{ include "namespaceNotGiantswarm" . }}) == 1
{{- end }}
for: 40m
labels:
Expand Down

0 comments on commit a7b4365

Please sign in to comment.