Skip to main content
New: LLM Observability is now GA

Integrations

Connect everything.
Observe anything.

Built on open standards — if it emits OTLP, Prometheus, or standard logs, aiAxonIQ supports it. No proprietary agents, no lock-in.

Start in 5 minutes with the most popular stacks

OpenTelemetry

Instrument once with the OTel SDK and point it here. Works with every language below.

# Configure endpoint
OTEL_EXPORTER_OTLP_ENDPOINT=https://app.aiaxoniq.com/otlp
OTEL_EXPORTER_OTLP_HEADERS=x-license-key=<your-key>
Prometheus

Point your existing Prometheus remote_write at aiAxonIQ. No agent changes, no migration risk.

# In prometheus.yml
remote_write:
  - url: https://app.aiaxoniq.com/otlp/api/v1/prom/write
    headers:
      x-license-key: <your-key>
Kubernetes

One collector per cluster receives from every pod. The credential lives in a single Secret.

helm install otel-collector \
  open-telemetry/opentelemetry-collector \
  -f values.yaml

40 integrations shown

Don't see your stack?

If it can emit OTLP, Prometheus remote_write, or standard syslog — aiAxonIQ supports it. We also accept community contributions for new integrations.