UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6570fb0b authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Update istio-proxy-mem-prometheusrule.yaml

parent 4ad27f0f
No related branches found
No related tags found
1 merge request!142Istio sidecar mem PrometheusRule Alert Template Addition
Pipeline #818476 passed
......@@ -12,6 +12,7 @@ spec:
annotations:
description: Istio Sidecar Memory is above 50MB for {{`{{`}} $labels.pod_name {{`}}`}}
summary: Istio Sidecar Memory usage is above average
# "0.00000095357432" multiplier used to convert Bytes to Megabytes to make human readable
expr: istio_agent_go_memstats_heap_sys_bytes{} * 0.00000095357432 > 50
for: 1h
labels:
......@@ -20,6 +21,7 @@ spec:
annotations:
description: Istio Sidecar Memory is above 100MB for {{`{{`}} $labels.pod_name {{`}}`}}
summary: Istio Sidecar Memory usage is very high
# "0.00000095357432" multiplier used to convert Bytes to Megabytes to make human readable
expr: istio_agent_go_memstats_heap_sys_bytes{} * 0.00000095357432 > 100
for: 1h
labels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment