Hi, On 7/2/20 2:17 AM, LabTest Diagnostics wrote: > 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?
Yes, you can use time series as thresholds: https://www.robustperception.io/using-time-series-as-alert-thresholds Kind regards Christian -- 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/9ceec19b-ac17-2b07-f073-b810ef42a331%40hoffmann-christian.info.

