Skip to content

Commit

Permalink
ci(ch-logql-compliance): add vector aggregation without grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Apr 29, 2024
1 parent c8ee43d commit da4ea0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dev/local/ch-logql-compliance/logql-test-queries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@ test_cases:
) without (job)
# Vector aggregation.
#
- query: |-
{{ .simpleVecAggOp }}(
{{ .simpleRangeAggOp }}(
{job="varlogs"}
[{{ .range }}]
)
)
# Vector aggregation grouping.
#
# Grouping by.
Expand Down

0 comments on commit da4ea0d

Please sign in to comment.