Skip to main content
Whether the agent runs on a given host is decided by the kernel, not by the language or base image of the workload. This page is the full matrix — and it distinguishes what was actually run from what merely ought to work.
Availability. The zero-code agent is an early-access distribution. It is installable, upgradable and tested, and it is not yet an integrated part of the product: there is no dashboard page for it, no in-product installer and no self-service download. Ask your account contact for access.Its telemetry, once flowing, is ordinary OTLP and needs nothing special — it appears in Services, Traces and Metrics exactly like SDK telemetry does. That is the design rather than a shortcut.

What the support levels mean

The distinction between supported and expected is deliberate. Marking a platform “supported” because it ought to work is how a support team ends up defending a claim engineering never made. Only rows that were actually run are supported.

Requirements at a glance

Check any host, without installing anything:

Kernel

perf_event_paranoid is the trap. Above 1 the kernel denies perf-event access even with CAP_PERFMON granted. Profiles B and C attach kprobes, so the agent starts, holds every capability, passes its own checks — and collects nothing, silently.
Preflight treats this as blocking rather than as a warning.

Linux distributions

Kubernetes

The rule: if you control the node, the agent works. If you do not — Fargate, Autopilot, Cloud Run, container instances — use the OpenTelemetry SDK or a sidecar Collector. See Installation overview.
Profile A is not available on Kubernetes at all: the upstream chart hardcodes a six-capability floor for unprivileged mode, so a three-capability profile cannot be expressed. The chart refuses it by name rather than silently widening the grant. See Capability profiles.

Container runtimes

The kernel belongs to the host, so a container has none of its own and your workload’s base image is irrelevant. Observing processes in other containers additionally needs host PID access.

Language runtimes

Instrumented language-agnostically, at the socket and TLS boundary:

Protocols

HTTP/S, HTTP/2, gRPC, gRPC-Web, JSON-RPC, MQTT, NATS, AMQP 1.0; PostgreSQL, MySQL, SQL Server, MongoDB, Redis, Couchbase; Kafka; GraphQL; Elasticsearch/OpenSearch; S3; and GenAI APIs including OpenAI, Anthropic, Gemini and Bedrock.
TLS coverage depends on the library, and the full matrix is unmeasured.The agent hooks OpenSSL. Statically linked TLS, BoringSSL, rustls, GnuTLS and NSS are each a potential gap. Node.js bundles its own OpenSSL and Rust’s rustls is not OpenSSL — both are known risks rather than known failures.This presents as “that service is missing”, never as an error. If a service you expected is absent, this is the first thing to suspect. See Only some services appear.

Never supported

Next

Known limitations

What is absent by design.

Capability profiles

Choosing a privilege level.

Frequently asked

The questions an evaluation actually asks.