Skip to content

feat(chart): configure OTLP export per signal - #37

Merged
EItanya merged 1 commit into
kagent-dev:mainfrom
krisztianfekete:chore/separate-otel-configs
Sep 11, 2026
Merged

feat(chart): configure OTLP export per signal#37
EItanya merged 1 commit into
kagent-dev:mainfrom
krisztianfekete:chore/separate-otel-configs

Conversation

@krisztianfekete

Copy link
Copy Markdown

Adds otel.traces / otel.metrics / otel.logs to the chart so each signal can get its own OTLP endpoint (or be switched off), following the OTel SDK env var spec. Setting only otel.endpoint renders the same as before, plus the sampler env vars.

Main use case today is send the router access log to a different collector than traces. Note that traces.enabled / metrics.enabled only affect agentgateway for now (and there's no metrics otlp push today), the Go components don't read OTEL_<SIGNAL>_EXPORTER yet (documented in values.yaml and the README).

  • Tests pass
  • Appropriate changes to documentation are included in the PR

@EItanya
EItanya merged commit 463f483 into kagent-dev:main Sep 11, 2026
3 checks passed
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.

2 participants