Commit 40f5b30b authored by Filippo Giunchedi's avatar Filippo Giunchedi

querying examples: fix proctype vs proc metric key

parent d5a4effe
...@@ -73,7 +73,7 @@ following for every instance: ...@@ -73,7 +73,7 @@ following for every instance:
... ...
...we could get the top 3 CPU users grouped by application (`app`) and process ...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)) 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