Commit 2ee00e71 authored by Brian Brazil's avatar Brian Brazil Committed by GitHub

Merge pull request #564 from filippog/master

querying examples: fix proctype vs proc metric key
parents d5a4effe 40f5b30b
......@@ -73,7 +73,7 @@ following for every instance:
...
...we could get the top 3 CPU users grouped by application (`app`) and process
type (`proctype`) like this:
type (`proc`) like this:
topk(3, sum(rate(instance_cpu_time_ns[5m])) by (app, proc))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment