tracing-opentelemetry
tracing-opentelemetry copied to clipboard
Update opentelemetry to version 0.23.0 and adjust associated code
The dependencies 'opentelemetry' and 'opentelemetry_sdk' were updated from version 0.22.0 to 0.23.0, which required some code alterations. The changes include modifying the parameters for the 'Link' method calls in 'layer.rs' and 'span_ext.rs', and adjusting the 'tracer' instance creation in 'opentelemetry-error.rs'. Testing mocks in 'layer.rs' were also updated to match the API change.
Motivation
Solution
This is also done in #131
Merged #131, so I'm going to close this. Appreciate the effort!