This guide deploys an OpenTelemetry collector as a per-node Kubernetes DaemonSet that receives all three telemetry signals from Kong Mesh: metrics from MeshMetric, traces from MeshTrace, and access logs from MeshAccessLog. Sidecars push to it over OTLP gRPC on port 4317. It also covers what to change when mesh passthrough is off.
For background on the push model and topology trade-offs, see OpenTelemetry collector in the observability reference docs.