Skip to content

Commit 28a1cbd

Browse files
committed
doc: fix incorrect indentation
1 parent 2304a4b commit 28a1cbd

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

docs/configuration/holmesgpt/toolsets/prometheus.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Configuration
2121
toolsets:
2222
prometheus/metrics:
2323
enabled: true
24-
config:
25-
prometheus_url: ...
26-
metrics_labels_time_window_hrs: 48 # default value
27-
metrics_labels_cache_duration_hrs: 12 # default value
28-
fetch_labels_with_labels_api: false # default value
29-
fetch_metadata_with_series_api: false # default value
30-
tool_calls_return_data: false # default value
31-
headers:
32-
Authorization: "Basic <base_64_encoded_string>"
24+
config:
25+
prometheus_url: ...
26+
metrics_labels_time_window_hrs: 48 # default value
27+
metrics_labels_cache_duration_hrs: 12 # default value
28+
fetch_labels_with_labels_api: false # default value
29+
fetch_metadata_with_series_api: false # default value
30+
tool_calls_return_data: false # default value
31+
headers:
32+
Authorization: "Basic <base_64_encoded_string>"
3333
3434
3535
.. include:: ./_toolset_configuration.inc.rst
@@ -43,15 +43,15 @@ Configuration
4343
toolsets:
4444
prometheus/metrics:
4545
enabled: true
46-
config:
47-
prometheus_url: ...
48-
metrics_labels_time_window_hrs: 48 # default value
49-
metrics_labels_cache_duration_hrs: 12 # default value
50-
fetch_labels_with_labels_api: false # default value
51-
fetch_metadata_with_series_api: false # default value
52-
tool_calls_return_data: false # default value
53-
headers:
54-
Authorization: "Basic <base_64_encoded_string>"
46+
config:
47+
prometheus_url: ...
48+
metrics_labels_time_window_hrs: 48 # default value
49+
metrics_labels_cache_duration_hrs: 12 # default value
50+
fetch_labels_with_labels_api: false # default value
51+
fetch_metadata_with_series_api: false # default value
52+
tool_calls_return_data: false # default value
53+
headers:
54+
Authorization: "Basic <base_64_encoded_string>"
5555
5656
It is also possible to set the ``PROMETHEUS_URL`` environment variable instead of the above ``prometheus_url`` config key.
5757

0 commit comments

Comments
 (0)