docs: fix docs for bloom filters query acceleration hyperlink (backport release-3.3.x) (#15445)

Co-authored-by: Alex Burnett <145339794+elburnetto-intapp@users.noreply.github.com>
pull/15446/head
loki-gh-app[bot] 1 year ago committed by GitHub
parent cbdc8d21ce
commit de450a47f8
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