Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Fluentd Forward Protocol v1 receiver in Collector. #1016

Closed
tigrannajaryan opened this issue May 22, 2020 · 5 comments
Closed

Implement Fluentd Forward Protocol v1 receiver in Collector. #1016

tigrannajaryan opened this issue May 22, 2020 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@tigrannajaryan
Copy link
Member

Here is protocol spec: Fluentd Forward Protocol v1.

It needs to receive to Log data type.

@PettitWesley
Copy link

Just found this, a Golang library that claims to support Forward v1 input/server: https://godoc.org/github.com/fluent/fluentd-forwarder

That should make the implementation very straightforward :)

@PettitWesley
Copy link

I'd like to work on this; though I won't put a "claim" on it since I don't think you can (or should) do that in OSS projects.

A pre-requisite for this is implementing support for the log data model in the collector, right?

@tigrannajaryan
Copy link
Member Author

@PettitWesley Great. Yes, we need to add log data type to the Collector first. I will do it next so that you can move forward.

I am going to assign this to you tentatively, it will make it easier to track the overall PoC work.

@tigrannajaryan
Copy link
Member Author

@PettitWesley FYI, the PR that adds experiment Logs data type is up: #1045

You will need to use this data type in Forward protocol receiver.

@tigrannajaryan
Copy link
Member Author

Done via #1173

@andrewhsu andrewhsu added the enhancement New feature or request label Jan 6, 2021
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this issue Nov 11, 2021
* Rename api/standard package to semconv

* Update `api/standard` package dependencies to `semconv`

* Update Changelog

* Add PR number to Changelog
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this issue Apr 27, 2023
Troels51 pushed a commit to Troels51/opentelemetry-collector that referenced this issue Jul 5, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants