-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[extension/encoding/jsonlogencoding] add new extension for JSON codec #27484
[extension/encoding/jsonlogencoding] add new extension for JSON codec #27484
Conversation
@MovieStoreGuy @atoulme @dmitryax I would appreciate your review as well. |
2296035
to
45fd9e9
Compare
45fd9e9
to
efacd14
Compare
@MovieStoreGuy for some reasons I cant update CODEOWNERS (maybe because I'm not member yet?). |
That's true. I suggest you to apply for membership given that you contributed enough already. Find two sponsors (at least one of them should not be from Splunk) and submit a PR similar to open-telemetry/community#1714. I'm happy to be one of the sponsors |
@atoulme you might be also interested to be a code owner? |
I can be codeowner. |
Co-authored-by: Dmitrii Anoshin <anoshindx@gmail.com>
98648de
to
5258e36
Compare
306b6b1
to
68226d3
Compare
68226d3
to
494c739
Compare
@dmitryax @astencel-sumo can you review this one? |
PTAL at the failing tests? |
6feb90d
to
b3c8fbf
Compare
b3c8fbf
to
d698e66
Compare
d698e66
to
668eee3
Compare
668eee3
to
e34fcdf
Compare
yeah, running |
…open-telemetry#27484) **Description:** Create a new extension for JSON. This will be used in pulsarreceiver/kafkareceiver to populate the log record's map from the raw body. **Link to tracking Issue:** [6272](https://github.com/open-telemetry/opentelemetry-collector/issues/6272) --------- Co-authored-by: Dmitrii Anoshin <anoshindx@gmail.com>
…open-telemetry#27484) **Description:** Create a new extension for JSON. This will be used in pulsarreceiver/kafkareceiver to populate the log record's map from the raw body. **Link to tracking Issue:** [6272](https://github.com/open-telemetry/opentelemetry-collector/issues/6272) --------- Co-authored-by: Dmitrii Anoshin <anoshindx@gmail.com>
…open-telemetry#27484) **Description:** Create a new extension for JSON. This will be used in pulsarreceiver/kafkareceiver to populate the log record's map from the raw body. **Link to tracking Issue:** [6272](https://github.com/open-telemetry/opentelemetry-collector/issues/6272) --------- Co-authored-by: Dmitrii Anoshin <anoshindx@gmail.com>
Description: Create a new extension for JSON. This will be used in pulsarreceiver/kafkareceiver to populate the log record's map from the raw body.
Link to tracking Issue: 6272
Testing: Relevant cases added