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
* Update VM docs and also testing docs
* Updated details about auto detection
* Fixed based on comments
* Minor text fix
---------
Co-authored-by: Pavan Gudiwada <pavangudiwada@users.noreply.github.com>
Co-authored-by: arik <alon.arik@gmail.com>
If everything is setup properly, this alert will reach Robusta. It will show up in the Robusta UI, Slack, and other configured sinks.
11
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. 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
+
12
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 has ``continue: true`` set.
34
+
2. Keep sending alerts to receivers defined after Robusta.
35
+
3. Important, so Robusta knows when alerts are resolved.
12
36
13
-
.. include:: ./_alertmanager-config.rst
14
37
15
38
.. include:: ./_testing_integration.rst
16
39
17
-
Configure Metric Querying
40
+
Configure Metrics Querying
18
41
====================================
19
42
20
-
Metrics querying lets Robusta pull metrics and create silences.
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.
21
44
22
-
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