The -query argument should allow to pass multiple queries.
The queries in the argument string should be separated by semicolons.
Same for -title.
The resulting graphs should be combined in a tiled image.
Example:
promplot -url $promurl -channel stats -slack $slacktoken -range 24h \
-title "Free memory in MB; Free disk space in GB; Open file descriptors" \
-query "node_memory_MemFree /1024 /1024; node_filesystem_free /1024 /1024 /1024; process_open_fds"
The
-query
argument should allow to pass multiple queries. The queries in the argument string should be separated by semicolons. Same for-title
. The resulting graphs should be combined in a tiled image.Example: