Skip to content

Enable OpenTelemetry logging for unmodified default pipelines.#2283

Merged
quentinmit merged 3 commits intomasterfrom
quentin-builtin-otel
May 1, 2026
Merged

Enable OpenTelemetry logging for unmodified default pipelines.#2283
quentinmit merged 3 commits intomasterfrom
quentin-builtin-otel

Conversation

@quentinmit
Copy link
Copy Markdown
Member

Description

This commit switches unmodified default pipelines from Fluent Bit to the OpenTelemetry Collector. To temporarily revert, add

logging:
  service:
    experimental_otel_logging: false

Note: Each service maintains its own record of the logs it has processed, so switching from either one to the other will cause duplicate logs to be processed.

Related issue

b/409018557

How has this been tested?

Integration tests already run with both configs.

Checklist:

  • Unit tests
    • Unit tests do not apply.
    • Unit tests have been added/modified and passed for this PR.
  • Integration tests
    • Integration tests do not apply.
    • Integration tests have been added/modified and passed for this PR.
  • Documentation
    • This PR introduces no user visible changes.
    • This PR introduces user visible changes and the corresponding documentation change has been made.
  • Minor version bump
    • This PR introduces no new features.
    • This PR introduces new features, and there is a separate PR to bump the minor version since the last release already.
    • This PR bumps the version.

This commit switches unmodified default pipelines from Fluent Bit to
the OpenTelemetry Collector. To temporarily revert, add

```yaml
logging:
  service:
    experimental_otel_logging: false
```

Note: Each service maintains its own record of the logs it has
processed, so switching from either one to the other will cause
duplicate logs to be processed.
@quentinmit quentinmit requested a review from jefferbrecht April 29, 2026 21:53
@quentinmit quentinmit merged commit bb463d2 into master May 1, 2026
59 of 73 checks passed
@quentinmit quentinmit deleted the quentin-builtin-otel branch May 1, 2026 20:12
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