You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create alerts in the Robusta Alerts UI, they are synced to your cluster as PrometheusRule CRDs. You can customize the labels and group name that are applied to these UI-created rules.
74
+
75
+
Add the following to your ``globalConfig`` section in ``generated_values.yaml``:
76
+
77
+
.. code-block:: yaml
78
+
79
+
globalConfig:
80
+
# Custom group name for PrometheusRule alerts created from the Robusta Alerts UI
81
+
prometheus_rule_group_name: "robusta-rule-group"
82
+
83
+
# Custom labels to add to PrometheusRule metadata for rules created from the UI
84
+
prometheus_rule_custom_labels:
85
+
my_label: "my_value"
86
+
87
+
Then perform a :ref:`Helm Upgrade <Simple Upgrade>`.
88
+
89
+
.. note::
90
+
These settings only apply to PrometheusRules created from the Robusta Alerts UI.
0 commit comments