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

Add skeleton for the otlpjson connector #34239

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

ChrsMark
Copy link
Member

Description:

This is the first PR for the new otlpjson connector. Includes the overall structure of the new component.

Link to tracking Issue: #34208

Testing:

Documentation:

/cc @djaglowski

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
@ChrsMark ChrsMark marked this pull request as ready for review July 24, 2024 13:48
@ChrsMark ChrsMark requested review from a team and andrzej-stencel July 24, 2024 13:48
@djaglowski djaglowski merged commit daaaf62 into open-telemetry:main Jul 24, 2024
156 checks passed
@ChrsMark ChrsMark changed the title [wip] Add skeleton for the otlpjson connector Add skeleton for the otlpjson connector Jul 24, 2024
@github-actions github-actions bot added this to the next release milestone Jul 24, 2024
@ChrsMark ChrsMark deleted the add_otlpjson_connector branch July 25, 2024 07:04
djaglowski pushed a commit that referenced this pull request Jul 25, 2024
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
This is the 2nd PR for the new `otlpjson` connector
(#34208).
Adds the `ConsumeLogs` methods for the logs, metrics and traces
respective connector types.

At the moment, the connector retrieves the otlp json from the incoming
Log's `Body`. This is not configurable yet. It can be decided if that
needs to be.

In addition, there is no attribute/metadata extraction/transfer from the
incoming Log. This can be added in future iterations.

**Link to tracking Issue:** <Issue number if applicable>
#34208
#34239

**Testing:** <Describe what testing was performed and which tests were
added.> Added.

**Documentation:** <Describe the documentation added.> ~

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
djaglowski pushed a commit that referenced this pull request Jul 26, 2024
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
This is the 3rd PR for the new otlpjson connector
(#34208).
Moves its stability to `alpha`.

**Link to tracking Issue:** <Issue number if applicable>
#34208
#34239
#34249

**Testing:** <Describe what testing was performed and which tests were
added.> ~

**Documentation:** <Describe the documentation added.> Updated

---------

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants