-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make binary pushdown optional (#358)
Pushing down binary operations with no vector matching makes sense for Thanos and we should do have it enabled by default. However, we use the engine to query other metric sources and here we see issues where matching series between two metrics are not present in the same engine. To provide an escape hatch while we figure out a more generic solution, this commit makes the binary pushdown optional and enabled by default, but can be disabled by setting a flag. Signed-off-by: Filip Petkovski <[email protected]>
- Loading branch information
1 parent
af3a9a7
commit 82aec09
Showing
2 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters