I've written some alerts for memory usage (for windows nodes) that look like this:
expr: 100 * (windows_os_physical_memory_free_bytes) / ( windows_cs_physical_memory_bytes) < 70 Currently, any server that exceeds 70% of available mem should give us an alert. This doesn't work for me as there are some nodes that consistently clock over 80% of the memory. Is there a way to specify the threshold levels for alerts on a instance basis? -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/44ec9291-83fe-441f-9d4a-5e52f05c6649o%40googlegroups.com.

