Skip to content

Commit

Permalink
docs: Fix link bracket for query-acceleration-blooms (grafana#14262)
Browse files Browse the repository at this point in the history
  • Loading branch information
titaneric authored Sep 25, 2024
1 parent eaedd97 commit d0f1905
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 @@ -152,7 +152,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 d0f1905

Please sign in to comment.