How to add distributed tracing support (OTEL) to DynamoDBTemplate? #1244
-
I saw some discussions about add distributed tracing support to SqsTemplate but I do not found some related with DynamoDBTemplate #902 I want know how if is possible add tracing support (OTEL) to DynamoDBTemplate, also if exists some approach that i can follow can implement this in the meantime Thanks and Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Until support for dynamodb template is in place, perhaps instrumenting AWS SDK is good enough for you? Here are the docs I found for OTEL https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/aws-sdk/aws-sdk-2.2/library/README.md |
Beta Was this translation helpful? Give feedback.
Until support for dynamodb template is in place, perhaps instrumenting AWS SDK is good enough for you? Here are the docs I found for OTEL https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/aws-sdk/aws-sdk-2.2/library/README.md