Reorganize specification related to OTLP file exporter#3031
Merged
tigrannajaryan merged 6 commits intoopen-telemetry:mainfrom Jan 3, 2023
Merged
Conversation
jack-berg
approved these changes
Dec 13, 2022
Member
jack-berg
left a comment
There was a problem hiding this comment.
👍 Java already has exporters that log in OTLP JSON format (e.g. OtlpJsonLoggingSpanExporter).
tigrannajaryan
approved these changes
Dec 14, 2022
25 tasks
arminru
approved these changes
Dec 19, 2022
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
carlosalberto
pushed a commit
to carlosalberto/opentelemetry-specification
that referenced
this pull request
Oct 31, 2024
…y#3031) Fixes open-telemetry#3003 Contributes to open-telemetry#2911 ## Changes This PR moves and reorganizes parts of the specification relevant to exporting OTLP data to a file. * Removes the "Build-in exporters" section from the Log SDK. The OTLP exporter has its own specification covering all signals. The part regarding a file exporter is not unique to logs. Exporting OTLP data to a file is also applicable to trace and metric data. * Moves the file describing OTLP JSON serialization under the `protocol` subdirectory. As discussed in the Logs SIG (12/7/2022), this file provides a foundation for further progress on specifying an OTLP file exporter.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3003
Contributes to #2911
Changes
This PR moves and reorganizes parts of the specification relevant to exporting OTLP data to a file.
protocolsubdirectory. As discussed in the Logs SIG (12/7/2022), this file provides a foundation for further progress on specifying an OTLP file exporter.