Skip to content

Commit ce4f5d7

Browse files
committed
Merge branch 'master' into ROB-1323-cluster-status-init-crash-take-2
2 parents 23359da + ab96d00 commit ce4f5d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/configuration/holmesgpt/toolsets/prometheus.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Below is the full list of options for this toolset:
6464
enabled: true
6565
config:
6666
prometheus_url: http://<prometheus host>:9090
67+
healthcheck: "-/healthy" # default value
6768
headers:
6869
Authorization: "Basic <base_64_encoded_string>"
6970
metrics_labels_time_window_hrs: 48 # default value
@@ -74,6 +75,7 @@ Below is the full list of options for this toolset:
7475
7576
7677
- **prometheus_url** A base URL for prometheus. This should include the protocol (e.g. `https`) and the port.
78+
- **healthcheck** Path used for health checking Prometheus or Mimir/Cortex endpoint. It defaults to ``-/healthy`` for Prometheus, use ``/ready`` for Grafana Mimir.
7779
- **headers** Extra headers to pass to all prometheus http requests. Use this to pass authentication. Prometheus `supports basic authentication <https://prometheus.io/docs/guides/basic-auth/>`_.
7880
- **metrics_labels_time_window_hrs** Represents the time window, in hours, over which labels are fetched. This avoids fetching obsolete labels. Set it to ``null`` to let HolmesGPT fetch labels regardless of when they were generated.
7981
- **metrics_labels_cache_duration_hrs** How long are labels cached, in hours. Set it to ``null`` to disable caching.

0 commit comments

Comments
 (0)