Skip to content

Commit e4b0f1b

Browse files
authored
Fix YAML definition to NH docs (#6861)
Signed-off-by: SungJin1212 <[email protected]>
1 parent e77aada commit e4b0f1b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/guides/native-histograms.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ To ingest native histogram ingestion, set the flag `-blocks-storage.tsdb.enable-
1818

1919
And via yaml:
2020
```yaml
21-
blocks_storage:
22-
tsdb:
23-
enable_native_histograms: <bool>
21+
limits:
22+
enable_native_histograms: <bool>
2423
```
2524
By default, it is disabled, so make sure to enable it if you need native histograms for your system monitoring.
2625
@@ -60,9 +59,7 @@ It is automatically enabled when `-blocks-storage.tsdb.enable-native-histograms=
6059
And via yaml:
6160
6261
```yaml
63-
blocks_storage:
64-
tsdb:
65-
enable_native_histograms: true
6662
limits:
63+
enable_native_histograms: true
6764
out_of_order_time_window: 5m
6865
```

0 commit comments

Comments
 (0)