java-sdk
java-sdk copied to clipboard
[WIP] Adding micrometer traces to DaprWorkflowClient
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