typelevel / otel4s

An OpenTelemetry library for Scala based on Cats-Effect
https://typelevel.org/otel4s
Apache License 2.0
170 stars 35 forks source link

SDK AWS: implement AwsXRayIdGenerator #784

Open iRevive opened 3 days ago

iRevive commented 3 days ago
Category Link
OpenTelemetry Java implementation AwsXrayIdGenerator.java
OpenTelemetry JS implementation AWSXRayIdGenerator.ts

Steps

bpholt commented 3 days ago

We may be able to use https://github.com/Dwolla/dwolla-otel-natchez/blob/64c3ffffe4e7c949291c4ebaff205e66c4557d1c/aws-xray-id-generator/src/main/scala/com/dwolla/tracing/AwsXrayIdGenerator.scala#L20

bpholt commented 2 days ago

I'm working on this; hoping to have a PR today.

iRevive commented 2 days ago

Sounds awesome, thanks!