From 6e771f799f724a2e2c8c6dfcc9082d80d0d1b394 Mon Sep 17 00:00:00 2001 From: Nathan L Smith Date: Wed, 18 Feb 2026 11:12:41 -0600 Subject: [PATCH] Add OTel profiling pipeline to collector config Routes profiling data from the OTLP receiver to Elasticsearch and debug exporters. The OTLP receiver already accepts profiling signals on ports 4317/4318. Closes #11 Co-Authored-By: Claude Opus 4.6 --- config/otelcol/otelcol.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/otelcol/otelcol.yml b/config/otelcol/otelcol.yml index a35f450..de68775 100644 --- a/config/otelcol/otelcol.yml +++ b/config/otelcol/otelcol.yml @@ -139,6 +139,13 @@ service: exporters: - elasticsearch/otel - debug + profiles/fromsdk: + receivers: + - otlp/fromsdk + processors: [] + exporters: + - elasticsearch/otel + - debug # Send traces to APM server # traces/fromsdk: # receivers: