Skip to content

Commit

Permalink
Add cross-reference to prometheus relabeling (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn authored Nov 13, 2023
1 parent 64115ea commit 7c71765
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/configuration/additional-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ randomness.
Relabel Prometheus Alerts
-----------------------------

The ``alertRelabel`` helm value allows relabeling Prometheus alerts processed by Robusta.
You can add a new label based on existing label, or replace existing label with a new one.
The ``alertRelabel`` helm value changes the way Prometheus alerts are mapped to Kubernetes resources.

Relabel has 3 attributes:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ If everything is setup properly, this alert will reach Robusta. It will show up
3. AlertManager UI status page - verify that your config was picked up

Reach out on `Slack <https://bit.ly/robusta-slack>`_ for assistance.

.. details:: Robusta isn't mapping alerts to Kubernetes resources
:class: warning

Robusta enriches alerts with Kubernetes and log data using Prometheus labels for mapping.
Standard label names are used by default. If your setup differs, you can
:ref:`customize this mapping <Relabel Prometheus Alerts>` to fit your environment.

0 comments on commit 7c71765

Please sign in to comment.