java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

[WIP] Adding micrometer traces to DaprWorkflowClient

Open salaboy opened this issue 1 month ago • 0 comments

Description

This adds Micrometer traces to DaprWorkflowClient. The end user needs to bring an implementation for the Tracer for this to work. This is done at the Spring Boot level with the Otel tracer.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1591

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • [ ] Code compiles correctly
  • [ ] Created/updated tests
  • [ ] Extended the documentation

salaboy avatar Nov 18 '25 11:11 salaboy