You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes parser labels hint for grouping.
This PR include those now.
Fixes#3707
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* Fixes array allocations.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
I ran into this again recently (thought we had fixed this).
The following query only yielded results with no labels:
sum by (namespace_extracted) (rate({container="kube-diff-logger"} | json [5m]))
However, if I run the query
{container="kube-diff-logger"} | json
, I see labels likenamespace_extracted="foo"
/cc @cyriltovena
The text was updated successfully, but these errors were encountered: