You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,7 +57,7 @@ Evalaute expressions over the processor's total jobs metric.
57
57
-`worker_jobs_total` - one much bigger, started earlier
58
58
- Between two conatiners, we're producing for time series here (including OS)
59
59
-`worker_jobs_total[5m]` - range vector
60
-
- We can add a range `[5m]` to see the values over time. For each time series, we get all the samples in the last 5 minutes. This is the total value sine the metric began.
60
+
- We can add a range `[5m]` to see the values over time. For each time series, we get all the samples in the last 5 minutes. This is the total value since the metric began.
61
61
-`rate(worker_jobs_total[5m])` - rates very similar
62
62
- With counter we are more interested on change over time. This gives te rate of change of the counter over a 5 minute window, and is telling the increase per second. using the the rate function with a counter gives us gauge in the output, and we can aggregate that over time.
0 commit comments