Commit 176de632 authored by Julius Volz's avatar Julius Volz

Fix typo in rules comment.

parent 5ce2ae79
......@@ -90,7 +90,7 @@ instance:request_latency_seconds:mean5m =
/
instance:request_latency_seconds_count:rate5m{job="myjob"}
// Aggregate up numbeator and denominator, then divide.
// Aggregate up numerator and denominator, then divide.
job:request_latency_seconds:mean5m =
sum by (job)(instance:request_latency_seconds_sum:rate5m{job="myjob"})
/
......
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