SDK AWS module: resource detectors, X-Ray propagator, X-Ray sampler #744
Labels
help wanted
Extra attention is needed
module:sdk:contrib:aws
Feature and improvements to the sdk contrib aws module
module:sdk
Features and improvements to the sdk module
https://opentelemetry.io/docs/specs/otel/resource/sdk/
Currently, there are three different components:
Dependencies-wise, the situation is following:
otel4s-sdk-core
, also requireshttp4s.EmberClient
otel4s-sdk-core
otel4s-sdk-trace
, requireshttp4s.EmberClient
OpenTelementry Java organizes packages in the following way:
io.opentelemetry.contrib.aws.resource
io.opentelemetry.contrib.awsxray.propagator
io.opentelemetry.contrib.awsxray
We can follow the pattern too:
otel4s-sdk-contrib-aws-resource-detectors
otel4s-sdk-contrib-aws-xray-propagator
otel4s-sdk-contrib-aws-xray
The text was updated successfully, but these errors were encountered: