What's Changed
Breaking change
Migration doc
TracingProvider
has been renamedOpenTelemetryProvider
TracingConfig
has been renamedOpenTelemetryConfig
TracingProvider.live
has been renamedOpenTelemetryProvider.autoInstrumentation
- The parameters of
OpenTelemetryProvider.autoInstrumentation
have changed names and exposes more (optional) parameters
The example app as been updated with all these changes.
See:
- https://github.com/guizmaii-opensource/sbt-datadog/blob/main/examples/my-traced-zio-project-example/src/main/scala/org/example/datadog/otlp/Main.scala
- https://github.com/guizmaii-opensource/sbt-datadog/blob/main/examples/my-traced-zio-project-example/src/main/scala/org/example/datadog/otlp/MyService.scala
For all the details, have a look at the related PR, #169