diff --git a/docs/querying/operators.md b/docs/querying/operators.md index 06fe82d84..670570167 100644 --- a/docs/querying/operators.md +++ b/docs/querying/operators.md @@ -218,6 +218,10 @@ number of seen HTTP requests per application and group over all instances via: sum(http_requests_total) without (instance) +Which is equivalent to: + + sum(http_requests_total) by (application, group) + If we are just interested in the total of HTTP requests we have seen in **all** applications, we could simply write: