v2.5.3 - AWS SDK for Java & Basic Alpakka Kafka
🔥 🚨 🔥 Skip this release! This release has a dependency packaging issue described in #1171. Please jump straight to the latest and greatest Kamon Telemetry version!
AWS SDK for Java Support
This release ships automatic instrumentation for the AWS SDK for Java, both 1.x and 2.x! The support is pretty basic: just tracing interactions with the SDK client libraries. Of course, the automatic metrics collected from spans will be there to help, but that's it.
The immediate next steps for the AWS SDK instrumentation are to ensure context propagation through SQS (same as we do for Kafka) and start extracting more request-specific information to enrich those spans. Feel free to stop by our Discord or open an issue to tell us what you are missing!
New Features
- aws-sdk: We are shipping a new
kamon-aws-sdk
instrumentation module that comes with basic tracing capabilities for the AWS Java SDK. Contributed by @ivantopo via #1167 - alpakka-kafka: We are shipping a new
kamon-alpakka-kafka
instrumentation module that includes automatic context propagation forProducerMessage
instances. Contributed by @ivantopo via #1168