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