docs: fix docs for bloom filters query acceleration hyperlink (#15438)

Co-authored-by: J Stickler <julie.stickler@grafana.com>
pull/15451/head
Alex Burnett 5 months ago committed by GitHub
parent ada86e2cd1
commit 0c06cf3e0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/operations/bloom-filters.md
  2. 0
      docs/sources/query/query_acceleration.md

@ -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

Loading…
Cancel
Save