rate()
or increase()
to calculate the rate of change. In MetoroQL, counter values are automatically presented as the difference between consecutive data points. This means:
rate()
or increase()
functions to chart changeshttp_requests_total
would show monotonically increasing cumulative values that generally aren’t immediately useful without applying rate()
or increase()
.
logs
- Log datatraces
- Distributed tracing datakubernetes_resources
- Kubernetes resources informationsum
avg
min
max
count
histogram_quantile
count
aggregation and the trace_duration_quantile
.count
aggregation and all other aggerations after the json_path
function is applied.json_path
, you can:
sum
, avg
, min
, or max
aggregations with the extracted values+
addition-
subtraction*
multiplication/
division%
modulo^
exponentiation==
equal!=
not equal<=
less than or equal>=
greater than or equal