prometheus-example-queries icon indicating copy to clipboard operation
prometheus-example-queries copied to clipboard

Simple place for people to provide examples of queries they've found useful.

Results 2 prometheus-example-queries issues
Sort by recently updated
recently updated
newest added

I don't understand why must calculator a complex expression for triggering a high load memory alert. `node_exporter` is supported `node_memory_MemAvailable` for checking available memory. Just use ``` IF (node_memory_MemTotal -...

https://www.circonus.com/2014/11/alerting-on-disk-space-the-right-way/