-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Checkpoint: Initial commit of bloom package Signed-off-by: Annanay <[email protected]> * Checkpoint: Migrate more pkgs to tempo/pkg/bloom Signed-off-by: Annanay <[email protected]> * Checkpoint: add WriteTo Signed-off-by: Annanay <[email protected]> * Checkpoint: migrated more backends to new interface Signed-off-by: Annanay <[email protected]> * Checkpoint: migrated all backends and interfaces Signed-off-by: Annanay <[email protected]> * Checkpoint: stuff compiles Signed-off-by: Annanay <[email protected]> * Checkpoint: docker-compose works Signed-off-by: Annanay <[email protected]> * Small additions Signed-off-by: Annanay <[email protected]> * lint Signed-off-by: Annanay <[email protected]> * Checkpoint: compile Signed-off-by: Annanay <[email protected]> * Add a real test, fix lint Signed-off-by: Annanay <[email protected]> * Fix disk cache for sharded bloom filter Signed-off-by: Annanay <[email protected]> * fix append block test failure Signed-off-by: Annanay <[email protected]> * make vendor-check Signed-off-by: Annanay <[email protected]> * Remove check on numTenants, add CHANGELOG entry Signed-off-by: Annanay <[email protected]>
- Loading branch information
Showing
27 changed files
with
363 additions
and
153 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
## master / unreleased | ||
|
||
* [CHANGE] Bloom filters are now sharded to reduce size and improve caching, as blocks grow. This is a **breaking change** and all data stored before this change will **not** be queryable. [192](https://github.com/grafana/tempo/pull/192) | ||
* [ENHANCEMENT] CI checks for vendored dependencies using `make vendor-check`. Update CONTRIBUTING.md to reflect the same before checking in files in a PR. [#274](https://github.com/grafana/tempo/pull/274) |
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
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
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
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
Oops, something went wrong.