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 for free

Start in 5 minutes with the most popular stacks

OpenTelemetry

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>
Prometheus

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>
Kubernetes

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
OpenTelemetry
Auto-instrumentation for any stack
OpenTelemetry
OTLP HTTP
HTTP/JSON and Protobuf ingestion
OpenTelemetry
OTLP gRPC
High-throughput binary gRPC ingestion
OpenTelemetry
OpenLLMetry
LLM observability via OTel
OpenTelemetry
Prometheus
remote_write compatible receiver
Prometheus
Prometheus Operator
ServiceMonitor and PodMonitor support
Prometheus
Grafana Agent
Drop-in agent with OTLP export
Prometheus
Vector
Log and metric pipeline
Prometheus
AWS
CloudWatch, ECS, Lambda, RDS
Cloud
Google Cloud
GKE, Cloud Run, BigQuery metrics
Cloud
Azure
Azure Monitor and AKS integration
Cloud
Kubernetes
Node, pod, and cluster metrics
Cloud
Docker
Container runtime metrics and logs
Cloud
Python
Auto-instrumentation SDK
Languages
Node.js
Express, Fastify, NestJS
Languages
Go
otelhttp, otelsql, otelgrpc
Languages
Java
Spring Boot, Quarkus, Micronaut
Languages
.NET
ASP.NET Core and workers
Languages
Ruby
Rails, Sinatra, Rack
Languages
Rust
tracing and metrics crates
Languages
PostgreSQL
Query timing, connections, vacuum
Databases
MySQL
Slow query logs and replication metrics
Databases
Redis
Memory, hit rate, command latency
Databases
MongoDB
Op counters, connections, replication
Databases
ClickHouse
Query performance and cluster metrics
Databases
Elasticsearch
Cluster health and index metrics
Databases
Kafka
Consumer lag and topic metrics
Queues
RabbitMQ
Queue depth, consumer count
Queues
NATS
JetStream consumer metrics
Queues
SQS
Queue depth and message age
Queues
Express.js
Route-level trace instrumentation
Frameworks
FastAPI
Endpoint metrics and span context
Frameworks
Django
ORM queries, middleware spans
Frameworks
Spring Boot
Actuator metrics + OTel spans
Frameworks
Next.js
Server component + API route tracing
Frameworks
gRPC
Service-to-service call tracing
Frameworks

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.