40+ Native Integrations

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.

40+
Integrations
5 min
Setup time
100%
OTel native

Showing 39 integrations

AWS
Cloud

AWS

EC2, Lambda, RDS, S3, and 200+ AWS services with native CloudWatch ingest.

Az
Cloud

Azure

Azure VMs, AKS, Functions, and Azure SQL with full Azure Monitor bridge.

GCP
Cloud

GCP

GKE, Cloud Run, BigQuery, and Pub/Sub — unified multi-project observability.

OCI
Cloud

Oracle Cloud

OCI compute, autonomous databases, and managed Kubernetes monitoring.

DO
Cloud

DigitalOcean

Droplets, App Platform, managed databases, and Kubernetes clusters.

K8s
Containers

Kubernetes

Deep cluster insights — pods, nodes, namespaces, and workload health.

D
Containers

Docker

Container metrics, logs, and resource utilization from every daemon.

Nmad
Containers

Nomad

HashiCorp Nomad job monitoring, allocation health, and scheduling telemetry.

ECS
Containers

ECS

Amazon ECS task, service, and cluster-level telemetry at any scale.

FG
Containers

Fargate

Serverless container monitoring without managing the underlying host.

PG
Databases

PostgreSQL

Query performance, slow log analysis, replication lag, and lock contention.

My
Databases

MySQL

InnoDB metrics, connection pool utilization, and binary log monitoring.

SQL
Databases

SQL Server

Execution plans, wait stats, and Always-On availability group health.

MDB
Databases

MongoDB

Collection stats, index usage, replica set health, and Atlas cluster monitoring.

Re
Databases

Redis

Key evictions, memory fragmentation, command latency, and Sentinel health.

SB
Databases

Supabase

Postgres insights, Edge Functions, and Realtime channel monitoring.

MQ
Queues

RabbitMQ

Queue depth, consumer lag, exchange routing, and cluster health.

AMQ
Queues

Amazon MQ

Managed broker metrics, message throughput, and storage utilization.

KFK
Queues

Kafka

Topic lag, broker JVM, partition balance, and consumer group offsets.

SQS
Queues

SQS

Message age, queue depth, DLQ ratios, and inflight message counts.

GHA
CI/CD

GitHub Actions

Workflow durations, failure rates, queue times, and runner health.

GL
CI/CD

GitLab CI

Pipeline success rates, job logs, and runner utilization metrics.

J
CI/CD

Jenkins

Build queue depth, node availability, and historical trend analysis.

CC
CI/CD

CircleCI

Orb performance, credit usage, flaky test detection, and pipelines.

TF
CI/CD

Terraform

Drift detection, plan/apply durations, and state file health.

Node
Languages

Node.js

Event loop lag, heap usage, libuv thread pool, and V8 GC metrics.

Py
Languages

Python

GIL contention, memory usage, async task queues, and profiling data.

JVM
Languages

Java

JVM heap, GC pause times, thread pool saturation, and JMX metrics.

.NET
Languages

.NET

CLR runtime, ASP.NET request rates, exception tracking, and EF queries.

PHP
Languages

PHP

FPM pool workers, opcode cache hit ratio, and slow request profiling.

Go
Languages

Go

Goroutine counts, GC overhead, runtime traces, and pprof integration.

P
Monitoring

Prometheus

Scrape existing exporters and enrich with AI anomaly detection.

G
Monitoring

Grafana

Embed CoreLens panels in Grafana or import dashboards bidirectionally.

DD
Monitoring

Datadog

Bridge Datadog metrics and events into CoreLens for unified AI triage.

OTel
Monitoring

OpenTelemetry

Native OTLP ingest — traces, metrics, and logs from any OTel SDK.

PD
Alerting

PagerDuty

Auto-escalate incidents, enrich alerts with root cause, and deduplicate noise.

Sl
Alerting

Slack

Rich alert messages with runbook links, inline graphs, and one-click ACK.

MS
Alerting

Teams

Adaptive card alerts and incident bridges directly in Microsoft Teams.

OG
Alerting

OpsGenie

On-call routing, escalation policies, and alert tagging driven by CoreLens.

Zero-Config Setup

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.yaml
# coreLens-agent.yaml
apiVersion: corelens.io/v1
kind: AgentConfig
metadata:
name: production-agent
spec:
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: 5

Don't see your integration?

We ship new integrations every sprint. Request one or build your own using our open API and custom collector framework.