-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
New file receiver #7840
New file receiver #7840
Conversation
df42cb0
to
beff1f9
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
7bf1c0f
to
c0c2196
Compare
Is this PR abandoned? (No push, just asking) |
No, just busy elsewhere. I can work out the conflicts. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Should this be reopened? |
Although there will be some followup work necessary, #11076 isolates the file tracking and reading logic from the |
I see it's now merged, so I can rebase this and get to work. |
Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
cc8b67c
to
92a0825
Compare
bf90316
to
81addce
Compare
81addce
to
d259526
Compare
@djaglowski would you have time to go over it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a tiny nit (it affects the public API, so it's better to handle it now)
…emetry#7840) * always pass a fanoutconsumer to connector factory functions * add changelog entry * start with false
Description:
This is an experimental new component that allows to read JSON serialized otel data from files.
The data can be read as logs, traces and metrics.
This PR was first opened as #6712 and was closed as it went stale.
Link to tracking Issue:
There is no issue tracking this work, this is mostly to support the work happening in open-telemetry/opentelemetry-specification#2235
Testing:
Unit tests.
Documentation:
Receiver README.