Skip to content

Commit

Permalink
Query compacted blocks that fall within 2 * BlocklistPoll (#583)
Browse files Browse the repository at this point in the history
* Query compacted blocks that fall within 2 * BlocklistPoll

Signed-off-by: Annanay <annanayagarwal@gmail.com>

* make fmt

Signed-off-by: Annanay <annanayagarwal@gmail.com>

* add includeCompactedBlock(), tests, fix doc

Signed-off-by: Annanay <annanayagarwal@gmail.com>

* lintin

Signed-off-by: Annanay <annanayagarwal@gmail.com>

* Address nit, add CHANGELOG for a previous change, fix dashboards

Signed-off-by: Annanay <annanayagarwal@gmail.com>
  • Loading branch information
annanay25 committed Mar 12, 2021
1 parent cbd6102 commit b492385
Show file tree
Hide file tree
Showing 6 changed files with 1,006 additions and 359 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## master / unreleased

* [CHANGE] Update to Go 1.16, latest OpenTelemetry proto definition and collector [#546](https://github.com/grafana/tempo/pull/546)
* [CHANGE] Tempo Query Frontend now accepts queries at `/tempo/api/traces/{traceID}` as opposed to `/api/traces/{traceID}`.
This is a **breaking change**, make sure to change the Grafana Datasource endpoint accordingly. [#574](https://github.com/grafana/tempo/pull/574)
* [FEATURE] Add page based access to the index file. [#557](https://github.com/grafana/tempo/pull/557)
* [ENHANCEMENT] Add a Shutdown handler to flush data to backend, at "/shutdown". [#526](https://github.com/grafana/tempo/pull/526)
* [ENHANCEMENT] Queriers now query all (healthy) ingesters for a trace to mitigate 404s on ingester rollouts/scaleups.
Expand Down
2 changes: 1 addition & 1 deletion docs/tempo/website/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ querier:
frontend_address: query-frontend-discovery.default.svc.cluster.local:9095 # the address of the query frontend to connect to, and process queries
```

The Querier also queries compacted blocks that fall within (2 * BlocklistPoll) where the value of Blocklist poll duration
It also queries compacted blocks that fall within the (2 * BlocklistPoll) range where the value of Blocklist poll duration
is defined in the storage section below.

## Compactor
Expand Down
Loading

0 comments on commit b492385

Please sign in to comment.