Parth prajapati
09/03/2024, 8:05 AMBrian Clark
09/03/2024, 2:58 PM.80
.Parth prajapati
09/03/2024, 8:39 PMParth prajapati
09/03/2024, 8:40 PMBrian Clark
09/03/2024, 8:55 PMk8s_pod_memory_usage
meant to be in? Is it actually percentages, or is it something else ? Bytes?
I’m not working with K8s metrics (just boring Linux hosts 🙂 ), but what worked for me was to follow the basic guidelines for the memory alert from here.
The pattern seems to be:
Metric A - Memory used in bytes (hidden)
Metric B - All memory in bytes (hidden)
Formula of A/B (visible)
Alert threshold in fractions of percentages
So basically some number of bytes divided by some number of bytes expressed as a percentage.
There is a lot absorb with all the fast moving otel stuff, though, and I’m just starting to experiment with it!