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
Copy file name to clipboardExpand all lines: docs/configuration/exporting/send-alerts-api.rst
+92-11Lines changed: 92 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,44 @@
1
1
Send Alerts API
2
-
==============================================
2
+
===============
3
+
4
+
Why Send Your Alerts to Robusta?
5
+
---------------------------------
6
+
7
+
Benefits include:
8
+
9
+
* Persistent alert history on a filterable timeline
10
+
* Centralized view of alerts from all your monitoring systems (multiple Prometheus instances, cloud services, custom tools)
11
+
* AI investigation of alerts
12
+
* Correlations between alerts and Kubernetes deploys
13
+
* and more!
14
+
15
+
.. image:: /images/robusta-ui-timeline.png
16
+
:alt:Prometheus Alert History
17
+
18
+
Integration Methods
19
+
-------------------
20
+
21
+
There are two main ways to send alerts to Robusta:
22
+
23
+
1. **Pre-built Integrations**: Use our existing integrations for AlertManager, Nagios, SolarWinds, and other monitoring systems. See :doc:`Alert Sources <../index>`.
24
+
25
+
2. **Programmatic API**: Send alerts directly using our REST API (detailed below).
26
+
27
+
Send Alerts API
28
+
---------------
3
29
4
30
.. note::
5
-
This feature is available with the Robusta SaaS platform and self-hosted commercial plans. It is not available in the open-source version.
31
+
This API is available with the Robusta SaaS platform and self-hosted commercial plans. It is not available in the open-source version.
6
32
7
33
Use this endpoint to send alert data to Robusta. You can send up to 1000 alerts in a single request.
0 commit comments