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
@@ -36,6 +36,10 @@ Send a dummy alert to AlertManager:
36
36
37
37
If everything is setup properly, this alert will reach Robusta. It will show up in the Robusta UI, Slack, and other configured sinks.
38
38
39
+
.. note::
40
+
41
+
It might take a few minutes for the alert to arrive due to AlertManager's `group_wait` and `group_interval` settings. For more details, more info `here <https://prometheus.io/docs/alerting/latest/configuration/#:~:text=How%20long%20to%20wait%20before%20sending%20a%20notification%20about%20new%20alerts%20that%0A%23%20are%20added%20to%20a%20group%20of%20alerts%20for%20which%20an%20initial%20notification%20has%0A%23%20already%20been%20sent>`_.
42
+
39
43
.. details:: I configured AlertManager, but I'm not receiving alerts?
1. Put Robusta's route as the first route, to guarantee it receives alerts. If you can't do so, you must guarantee all previous routes set ``continue: true`` set.
33
+
1. Put Robusta's route as the first route, to guarantee it receives alerts. If you can't do so, you must guarantee all previous routes has ``continue: true`` set.
34
34
2. Keep sending alerts to receivers defined after Robusta.
35
35
3. Important, so Robusta knows when alerts are resolved.
36
36
37
37
38
38
.. include:: ./_testing_integration.rst
39
39
40
-
Configure Metric Querying
40
+
Configure Metrics Querying
41
41
====================================
42
42
43
43
Robusta can query metrics and create silences using Victoria Metrics. If both are in the same Kubernetes cluster, Robusta can auto-detect the Victoria Metrics service. To verify, go to the "Apps" tab in Robusta, select an application, and check for usage graphs.
44
44
45
-
If auto-detection fails or if Robusta and Victoria Metrics are in different clusters, add the following to ``generated_values.yaml`` and :ref:`update Robusta <Simple Upgrade>`.
45
+
If auto-detection fails you must add the ``prometheus_url`` parameter and :ref:`update Robusta <Simple Upgrade>`.
0 commit comments