Created
October 24, 2019 16:14
-
-
Save cyrex562/0ad4916f7b9b04e44c92a4bca7ec23e2 to your computer and use it in GitHub Desktop.
memory prometheus query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ((node_memory_MemTotal_bytes - node_memory_MemFree_bytes - node_memory_Cached_bytes - node_memory_Buffers_bytes ) / node_memory_MemTotal_bytes) * 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment