Connect Your Entire Stack
CoreLens plugs into every layer of your infrastructure — from cloud providers and container runtimes to databases, queues, CI/CD pipelines, and alerting tools — with zero-config OpenTelemetry auto-instrumentation.
Showing 39 integrations
Kubernetes
Deep cluster insights — pods, nodes, namespaces, and workload health.
Nomad
HashiCorp Nomad job monitoring, allocation health, and scheduling telemetry.
PostgreSQL
Query performance, slow log analysis, replication lag, and lock contention.
SQL Server
Execution plans, wait stats, and Always-On availability group health.
MongoDB
Collection stats, index usage, replica set health, and Atlas cluster monitoring.
OpenTelemetry
Native OTLP ingest — traces, metrics, and logs from any OTel SDK.
PagerDuty
Auto-escalate incidents, enrich alerts with root cause, and deduplicate noise.
OpsGenie
On-call routing, escalation policies, and alert tagging driven by CoreLens.
Deploy in under 5 minutes
Drop the CoreLens agent into your infrastructure using a single YAML config. OpenTelemetry auto-instrumentation handles traces, metrics, and logs — no code changes needed.
OTLP-native ingestion
Accepts traces, metrics, and logs via gRPC and HTTP.
Auto-discovers services
Kubernetes annotations and labels drive zero-config coverage.
End-to-end encryption
TLS in transit and AES-256 at rest, always on.
Compatible with all OTel SDKs
Works alongside any existing OpenTelemetry instrumentation.
Agent sidecar optional
Run as a DaemonSet, sidecar, or standalone binary.
# coreLens-agent.yamlapiVersion: corelens.io/v1kind: AgentConfigmetadata: name: production-agentspec: endpoint: https://ingest.corelens.io/v1/otlp apiKey: ${CORELENS_API_KEY} # OpenTelemetry receiver settings receivers: otlp: protocols: grpc: endpoint: 0.0.0.0:4317 http: endpoint: 0.0.0.0:4318 # Auto-instrumentation autoInstrumentation: enabled: true languages: [nodejs, python, java, dotnet, go] # Exporters exporters: corelens: compression: gzip retry: enabled: true max_attempts: 5Don't see your integration?
We ship new integrations every sprint. Request one or build your own using our open API and custom collector framework.