Skip to content

Commit

Permalink
Add cloud admonition
Browse files Browse the repository at this point in the history
Add admonition specifying Bloom filters are only available in Cloud to certain customers
  • Loading branch information
stevendungan authored Nov 22, 2024
1 parent dfcd93f commit 9f08f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sources/operations/bloom-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ aliases:
{{< admonition type="warning" >}}
This feature is an [experimental feature](/docs/release-life-cycle/). Engineering and on-call support is not available. No SLA is provided.
Note that this feature is intended for users who are ingesting more than 75TB of logs a month, as it is designed to accelerate queries against large volumes of logs.
Query acceleration via Bloom filters is enabled for select Grafana Cloud customers ingesting more that 75TB of logs a month.
{{< /admonition >}}

Loki leverages [bloom filters](https://en.wikipedia.org/wiki/Bloom_filter) to speed up queries by reducing the amount of data Loki needs to load from the store and iterate through.
Expand Down

0 comments on commit 9f08f99

Please sign in to comment.