I have two different queries that return the absolute same result:
value | chart count(status) by request_method, http_cloudid
and
value | chart count by request_method, http_cloudid
Does it mean that the field specified in the `count` function actually does nothing using `chart`?
... View more