Skip to content

[confgenerator] Implement LoggingReceiverTCP in Otel Logging.#2138

Open
franciscovalentecastro wants to merge 11 commits intomasterfrom
fcovalente-tcp-receiver
Open

[confgenerator] Implement LoggingReceiverTCP in Otel Logging.#2138
franciscovalentecastro wants to merge 11 commits intomasterfrom
fcovalente-tcp-receiver

Conversation

@franciscovalentecastro
Copy link
Contributor

@franciscovalentecastro franciscovalentecastro commented Nov 24, 2025

Description

Implement LoggingReceiverTCP in Otel Logging. Some details :

  • The tcplogreceiver [1] in Otel determines a log ends after finding a "new line character".
  • This differs from the Fluent-bit tcp receiver which can parse multiple json entries without any separation of a new line. This receiver directly builds a JSON entry from the TCP byte stream.

[1] https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.146.0/receiver/tcplogreceiver

[2] https://docs.fluentbit.io/manual/data-pipeline/inputs/tcp

Related issue

b/463384965

How has this been tested?

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.

@franciscovalentecastro
Copy link
Contributor Author

Closing while we do implementation details discussion offline.

@franciscovalentecastro franciscovalentecastro changed the title [Draft] Implement LoggingReceiverTCP in Otel Logging. [confgenerator] Implement LoggingReceiverTCP in Otel Logging. Mar 2, 2026
@franciscovalentecastro franciscovalentecastro marked this pull request as ready for review March 2, 2026 15:33
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.

1 participant