What Traversal reads
- Alerts — active and grouped alerts via the Alertmanager API
Setup
Find your Alertmanager URL
Enter the base URL Traversal should send Alertmanager API requests to.If you already use Alertmanager in Grafana, go to Connections > Data sources > Alertmanager and copy the value in HTTP URL.Common examples:
https://alertmanager.example.com:9093https://alertmanager-us-central1.grafana.net
- a Grafana dashboard URL
- a full API path such as
/api/v2/alertsor/api/v2/alerts/groups
Configure authentication (if required)
If your endpoint requires authentication, enter a bearer token.Only set Organization ID if your deployment expects the
X-Scope-OrgID header for multi-tenant access.