Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/holmesgpt/toolsets/coralogix_logs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Configuration

.. md-tab-set::

.. md-tab-item:: Robusta Helm Chat
.. md-tab-item:: Robusta Helm Chart

.. code-block:: yaml

Expand Down
6 changes: 3 additions & 3 deletions docs/configuration/holmesgpt/toolsets/grafanaloki.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Configuration (grafana proxy)

.. md-tab-set::

.. md-tab-item:: Robusta Helm Chat
.. md-tab-item:: Robusta Helm Chart

.. code-block:: yaml

Expand Down Expand Up @@ -132,7 +132,7 @@ Configuration (direct connection)

.. md-tab-set::

.. md-tab-item:: Robusta Helm Chat
.. md-tab-item:: Robusta Helm Chart

.. code-block:: yaml

Expand Down Expand Up @@ -180,7 +180,7 @@ Loki logs settings for ``pod``, and ``namespace`` differ from the defaults in th

.. md-tab-set::

.. md-tab-item:: Robusta Helm Chat
.. md-tab-item:: Robusta Helm Chart

.. code-block:: yaml

Expand Down
6 changes: 3 additions & 3 deletions docs/configuration/holmesgpt/toolsets/grafanatempo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Configuration (grafana proxy)

.. md-tab-set::

.. md-tab-item:: Robusta Helm Chat
.. md-tab-item:: Robusta Helm Chart

.. code-block:: yaml

Expand Down Expand Up @@ -122,7 +122,7 @@ Configuration (direct connection)

.. md-tab-set::

.. md-tab-item:: Robusta Helm Chat
.. md-tab-item:: Robusta Helm Chart

.. code-block:: yaml

Expand Down Expand Up @@ -170,7 +170,7 @@ labels differ from the defaults in the example above.

.. md-tab-set::

.. md-tab-item:: Robusta Helm Chat
.. md-tab-item:: Robusta Helm Chart

.. code-block:: yaml

Expand Down
16 changes: 11 additions & 5 deletions docs/configuration/holmesgpt/toolsets/prometheus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Configuration

.. md-tab-set::

.. md-tab-item:: Robusta Helm Chat
.. md-tab-item:: Robusta Helm Chart

.. code-block:: yaml

Expand All @@ -24,9 +24,12 @@ Configuration
prometheus/metrics:
enabled: true
config:
# see below how to find prometheus_url
prometheus_url: http://<prometheus host>:9090 # e.g. http://robusta-kube-prometheus-st-prometheus.default.svc.cluster.local:9090
headers:
Authorization: "Basic <base_64_encoded_string>"

# optional
#headers:
# Authorization: "Basic <base_64_encoded_string>"


.. include:: ./_toolset_configuration.inc.rst
Expand All @@ -41,9 +44,12 @@ Configuration
prometheus/metrics:
enabled: true
config:
# see below how to find prometheus_url
prometheus_url: http://<prometheus host>:9090 # e.g. http://robusta-kube-prometheus-st-prometheus.default.svc.cluster.local:9090
headers:
Authorization: "Basic <base_64_encoded_string>"

# optional
#headers:
# Authorization: "Basic <base_64_encoded_string>"

It is also possible to set the ``PROMETHEUS_URL`` environment variable instead of the above ``prometheus_url`` config key.

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/holmesgpt/toolsets/rabbitmq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Configuration

.. md-tab-set::

.. md-tab-item:: Robusta Helm Chat
.. md-tab-item:: Robusta Helm Chart

.. code-block:: yaml

Expand Down
Loading