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
- OpenTelemetryAuto-instrumentation for any stackOpenTelemetry
- OTLP HTTPHTTP/JSON and Protobuf ingestionOpenTelemetry
- OTLP gRPCHigh-throughput binary gRPC ingestionOpenTelemetry
- OpenLLMetryLLM observability via OTelOpenTelemetry
- PrometheusRemote-write ingestion, PromQL queriesPrometheus
- Grafana AgentForward existing scrapes with one config blockPrometheus
- Node ExporterHost metrics via remote-writePrometheus
- KubernetesCluster, node and pod telemetryCloud
- DockerContainer metrics and logsCloud
- AWSEC2, ECS, EKS and LambdaCloud
- GCPGCE, GKE and Cloud RunCloud
- AzureVMs, AKS and App ServiceCloud
- NomadWorkload telemetry via the collectorCloud
- Node.jsZero-code auto-instrumentationLanguages
- PythonAuto-instrumentation via opentelemetry-instrumentLanguages
- JavaJVM agent, no code changesLanguages
- GoSDK instrumentationLanguages
- .NETAuto-instrumentation for ASP.NET CoreLanguages
- RubySDK instrumentationLanguages
- PHPSDK instrumentationLanguages
- RustSDK instrumentationLanguages
- PostgreSQLQuery spans and connection metricsDatabases
- MySQLQuery spans and connection metricsDatabases
- RedisCommand latency and hit ratesDatabases
- MongoDBOperation spans and slow queriesDatabases
- ElasticsearchSearch latency and cluster healthDatabases
- ClickHouseQuery performance and merge metricsDatabases
- CassandraRead/write latency per keyspaceDatabases
- KafkaProducer, consumer and lag metricsQueues
- RabbitMQQueue depth and consumer spansQueues
- NATSPublish and subscribe telemetryQueues
- SQSMessage spans and queue depthQueues
- PulsarTopic throughput and backlogQueues
- ExpressRoute-level request spansFrameworks
- DjangoView and ORM instrumentationFrameworks
- Spring BootController and repository spansFrameworks
- FastAPIASGI request instrumentationFrameworks
- Next.jsServer and route-handler spansFrameworks
- RailsController and Active Record spansFrameworks
- gRPCService-to-service call tracingFrameworks
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.