# Monitoring and Observability

Integrate your monitoring stack to receive dependable alerts whenever key metrics cross limits or services become unavailable.

### Supported Integrations

| Provider                             | Type             | Description                                                                                    |
| ------------------------------------ | ---------------- | ---------------------------------------------------------------------------------------------- |
| Amazon CloudWatch                    | Cloud            | AWS monitoring and observability service with real-time metrics, alarms, and automated actions |
| New Relic                            | APM / Full-Stack | Full-stack observability platform for applications, infrastructure, and browser performance    |
| Grafana                              | Visualization    | Open-source analytics and monitoring solution for every database                               |
| Prometheus                           | Open-Source      | Open-source systems monitoring and alerting toolkit via Alertmanager webhooks                  |
| ManageEngine OpManager               | Network          | Enterprise network monitoring with real-time visibility into network and server health         |
| AppDynamics                          | APM              | Application performance monitoring and business observability platform                         |
| Azure Sentinel                       | SIEM             | Cloud-native security information and event management by Microsoft                            |
| AWS GuardDuty                        | Security         | Intelligent threat detection service for AWS accounts and workloads                            |
| CrowdStrike                          | EDR              | Endpoint detection and response platform for real-time threat protection                       |
| Google Security Command Center (SCC) | Security         | Centralized vulnerability and threat reporting for Google Cloud                                |
| Site24x7                             | Full-Stack       | Unified cloud monitoring for DevOps and IT operations                                          |

### How It Works

```
Monitoring Tool (CloudWatch, Grafana, etc.)
        |
        ▼
  Alarm Triggered
        |
        ▼
  Webhook POST → Your Platform Endpoint
        |
        ▼
  Schema Validation (JSON Schema)
        |
        ▼
  Alert Created → Routed to On-Call Team
        |
        ▼
  Recovery Webhook → Alert Auto-Resolved
```

### Quick Setup

1. Go to **Sources** → **Add Source**
2. Select your monitoring provider
3. Copy the generated **Webhook URL** and **Token**
4. Configure the webhook in your monitoring tool (see individual integration guides)
5. Send a test alert to verify the connection

Each integration guide below provides detailed step-by-step instructions with screenshots.
