You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experimental types/functions are available via @opentelemetry/otlp-transformer/experimental
JSON and Protobuf serializers can be required from seperate entrypoints
-example: @opentelemetry/otlp-transformer/json, @opentelemetry/otlp-transformer/protobuf
entrypoints and stability expectations for each entrypoint have been documented in README.md
The text was updated successfully, but these errors were encountered:
pichlermarc
changed the title
[otlp-transformer] introduce multiple entry-points for OTLP serializers
[otlp-transformer] introduce separate entry-points for OTLP serializers
Nov 28, 2024
Description
In preparation of marking
@opentelemetry/otlp-transformer
as stable (#4582) we should introduce separate entry-points to ensure that@experimental
types/functions don't become part of the stable interface/experimental
entrypoint for thisThis issue is considered done when
@opentelemetry/otlp-transformer/experimental
-example:
@opentelemetry/otlp-transformer/json
,@opentelemetry/otlp-transformer/protobuf
README.md
The text was updated successfully, but these errors were encountered: