Skip to content

tracing: support OTEL_TRACES_EXPORTER=none|otlp|console - #306

Open
gyliu513 wants to merge 1 commit into
llm-d:mainfrom
gyliu513:exporter
Open

tracing: support OTEL_TRACES_EXPORTER=none|otlp|console#306
gyliu513 wants to merge 1 commit into
llm-d:mainfrom
gyliu513:exporter

Conversation

@gyliu513

Copy link
Copy Markdown
Member

What type of PR is this?

/kind feature

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #305

Release note (write NONE if no user-facing change):

`OTEL_TRACES_EXPORTER` now accepts `none` to disable span export while leaving span creation and trace-context propagation active. The default when the variable is unset has changed from `console` to `otlp`.

/cc @nirrozenbaum

Signed-off-by: Guangya Liu <gyliu513@gmail.com>
@github-actions github-actions Bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. kind/feature Categorizes issue or PR as related to a new feature. labels Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/feature Categorizes issue or PR as related to a new feature. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tracing: OTEL_TRACES_EXPORTER=none is silently treated as console

1 participant