Built on open standards — if it emits OTLP, Prometheus, or standard logs, aiAxonIQ supports it. No proprietary agents, no lock-in.
Start for freeStart in 5 minutes with the most popular stacks
The vendor-neutral open standard for telemetry. aiAxonIQ is built on OTLP — all your existing OTel instrumentation works without modification.
# Install the OTel SDK pip install opentelemetry-sdk opentelemetry-exporter-otlp # Configure endpoint OTEL_EXPORTER_OTLP_ENDPOINT=https://ingest.aiaxoniq.com OTEL_EXPORTER_OTLP_HEADERS=x-license-key=<your-key>
Point your existing Prometheus remote_write at aiAxonIQ. No agent changes, no migration risk. Full PromQL query engine included.
# In prometheus.yml
remote_write:
- url: https://ingest.aiaxoniq.com/prom/write
headers:
x-license-key: <your-key>Deploy our Helm chart and get node, pod, and cluster metrics instantly. ServiceMonitor and PodMonitor resources auto-discovered.
helm repo add aiaxoniq https://charts.aiaxoniq.com helm install oiq-agent aiAxonIQ/agent \ --set licenseKey=<your-key> \ --set cluster=my-cluster
If it can emit OTLP, Prometheus remote_write, or standard syslog — aiAxonIQ supports it. We also accept community contributions for new integrations.