C
Operations

33 Pre-baked Connectors

Copy-paste recipes for Kubernetes, AWS, GCP, every major language SDK, and more.

How it works

Funnel speaks OTLP, so anything that emits OpenTelemetry works out of the box. The Integrations page documents 33 popular connectors with ready-to-paste config: Kubernetes / Docker / AWS CloudWatch / Azure / GCP / Linux host (infra); Elixir / Node / Python / Go / Java / Ruby / Rust (APM); GitHub Actions / GitLab CI / Jenkins / Argo (CI); Kafka / RabbitMQ / Redis / PostgreSQL / MySQL / MongoDB (queues + DB); Trivy / Falco / CloudTrail / GitHub Secrets (security); AWS / GCP billing (cost); Slack / PagerDuty / Teams / Email (alerts).

What this lets you do

  • Get any stack reporting to Funnel in <5 minutes
  • Every recipe is a single copy-paste — no glue code required
  • If your tool isn't listed and it speaks OTLP — it still works

Get it running

  1. 1 Open the API docs `/docs#connectors`
  2. 2 Click the connector card to expand the recipe
  3. 3 Replace `YOUR-FUNNEL` + `st_YOUR_KEY` and ship it

Code examples

# Any OpenTelemetry SDK that respects standard env vars will
# just work. No code change required.

export OTEL_EXPORTER_OTLP_ENDPOINT="https://funnel.example.com"
export OTEL_EXPORTER_OTLP_HEADERS="authorization=Bearer st_YOUR_KEY"
export OTEL_EXPORTER_OTLP_PROTOCOL="http/protobuf"
export OTEL_SERVICE_NAME="my-app"