sum(col) returns the sum of the values in the provided column.
sum(col)
Non-numeric values are ignored.
A table with one row and one column, called @q.sum.
@q.sum
Compute the number of bytes received in the checkout_api service, aggregated by host.
kubernetes.container_name: "checkout_api" | stats sum(log.%kv.bytes) by host
Last updated 9 months ago
Was this helpful?