Integrations
Browse all supported integrations below. Click any card to view the full metrics reference and dashboard details.
:::info Required headers on every request Whichever integration you use, every request to xScaler requires:
Authorization: Bearer <token>
X-Scope-OrgID: <tenant-id>
:::
106 integrations
How integrations work
Most integrations follow one of two patterns:
Pattern A — Prometheus Exporter → remote_write
[Service] → [Exporter] → [Prometheus scrape] → [xScaler remote_write]
A sidecar exporter exposes a /metrics endpoint. Prometheus scrapes it and ships to xScaler.
Pattern B — OTel Collector receiver → OTLP export
[Service] → [OTel Collector receiver] → [xScaler OTLP endpoint]
The OTel Collector uses a native receiver for the service and exports via OTLP/HTTP.
Don't see your integration?
Email [email protected] — if you can expose a Prometheus /metrics endpoint or send OTLP, xScaler will accept it. Most integrations not listed here work out of the box with the OpenTelemetry Collector using an existing receiver.