Skip to content

Commit

Permalink
docs: fix docs for bloom filters query acceleration hyperlink (backpo…
Browse files Browse the repository at this point in the history
…rt release-3.3.x) (#15445)

Co-authored-by: Alex Burnett <[email protected]>
  • Loading branch information
loki-gh-app[bot] and elburnetto-intapp authored Dec 17, 2024
1 parent cbdc8d2 commit de450a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/operations/bloom-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Unfortunately, the amount of data each stream has is often unbalanced with the r

Query acceleration introduces a new sharding strategy: `bounded`, which uses blooms to reduce the chunks to be processed right away during the planning phase in the query frontend, as well as evenly distributes the amount of chunks each sharded query will need to process.

[Query acceleration]: https://grafana.com/docs/loki/<LOKI_VERSION>/query/query-acceleration
[Query acceleration]: https://grafana.com/docs/loki/<LOKI_VERSION>/query/query_acceleration
[structured metadata]: https://grafana.com/docs/loki/<LOKI_VERSION>/get-started/labels/structured-metadata
[tenant-limits]: https://grafana.com/docs/loki/<LOKI_VERSION>/configure/#limits_config
[bloom-gateway-cfg]: https://grafana.com/docs/loki/<LOKI_VERSION>/configure/#bloom_gateway
Expand Down
File renamed without changes.

0 comments on commit de450a4

Please sign in to comment.