Skip to content

Add OTel profiling pipeline to collector config#16

Open
smith wants to merge 1 commit into
mainfrom
feat/otel-profiling-pipeline
Open

Add OTel profiling pipeline to collector config#16
smith wants to merge 1 commit into
mainfrom
feat/otel-profiling-pipeline

Conversation

@smith

@smith smith commented Feb 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds profiles/fromsdk pipeline to the OTel collector configuration
  • Routes profiling data from the existing otlp/fromsdk receiver through to elasticsearch/otel and debug exporters
  • No new receivers or ports needed — the OTLP receiver already accepts profiling signals

Closes #11

Test plan

  • docker compose up — verify otelcol starts without errors
  • Send profiling data to localhost:4317 or localhost:4318 and verify it reaches Elasticsearch

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Otel profiling support

1 participant