Skip to content

Commit

Permalink
docs: Fix link bracket for query-acceleration-blooms (#14262)
Browse files Browse the repository at this point in the history
(cherry picked from commit d0f1905)
  • Loading branch information
titaneric authored and grafana-delivery-bot[bot] committed Sep 25, 2024
1 parent d7e492c commit 12c02a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/operations/query-acceleration-blooms.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Example calculation for storage requirements of blooms for a single tenant.
Since reading blooms depends heavily on disk IOPS, Bloom Gateways should make use of multiple,
locally attached SSD disks (NVMe) to increase i/o throughput.
Multiple directories on different disk mounts can be specified using the `-bloom.shipper.working-directory` [setting]storage-config-cfg]
Multiple directories on different disk mounts can be specified using the `-bloom.shipper.working-directory` [setting][storage-config-cfg]
when using a comma separated list of mount points, for example:
```
-bloom.shipper.working-directory="/mnt/data0,/mnt/data1,/mnt/data2,/mnt/data3"
Expand Down

0 comments on commit 12c02a1

Please sign in to comment.