Skip to content

Commit

Permalink
restoring seevrity
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.widera@vshn.ch authored and TheBigLee committed Nov 16, 2023
1 parent 78b5505 commit 26a4794
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion component/component/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ local generatePrometheusNonSLORules(serviceName, memoryContainerName, additional
expr: std.strReplace(topPod('(container_memory_working_set_bytes{container="%s"} / on(container,pod,namespace) kube_pod_container_resource_limits{resource="memory"} * 100) > 90') % memoryContainerName, toReplace, 'vshn-' + serviceNameLower),
'for': '120m',
labels: {
severity: 'warning',
severity: 'critical',
syn_team: 'schedar',
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ spec:
kube_namespace_labels, "name", "$1", "namespace", "vshn-postgresql-(.+)-.+")
for: 120m
labels:
severity: warning
severity: critical
syn_team: schedar
name: postgresql-memory
- name: postgresql-connections
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ spec:
kube_namespace_labels, "name", "$1", "namespace", "vshn-postgresql-(.+)-.+")
for: 120m
labels:
severity: warning
severity: critical
syn_team: schedar
name: postgresql-memory
- name: postgresql-connections
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ spec:
kube_namespace_labels, "name", "$1", "namespace", "vshn-redis-(.+)-.+")
for: 120m
labels:
severity: warning
severity: critical
syn_team: schedar
name: redis-memory
providerConfigRef:
Expand Down

0 comments on commit 26a4794

Please sign in to comment.