Skip to content

Commit

Permalink
Disable unsupported upstream test case
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Oct 8, 2024
1 parent 34ee178 commit e6866f5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ eval instant at 15m sum by (__name__, env) (metric{env="1"})

# Aggregation operators aggregate metrics with same labelset and to-be-dropped names
# This is an accidental side effect of delayed __name__ label dropping
eval instant at 15m sum(rate({env="1"}[10m])) by (env)
{env="1"} 0.4
# Unsupported by streaming engine.
# eval instant at 15m sum(rate({env="1"}[10m])) by (env)
# {env="1"} 0.4

# Aggregationk operators propagate __name__ label dropping information
# Unsupported by streaming engine.
Expand Down

0 comments on commit e6866f5

Please sign in to comment.