dapr / python-sdk

Dapr SDK for Python
Apache License 2.0
222 stars 125 forks source link

Update tracing example for opentelemetry #664

Closed berndverst closed 7 months ago

berndverst commented 7 months ago

Description

Switches the tracing example to open telemetry. The existing example used opencensus which has long been replaced by opentelemetry as the standard.

Closes https://github.com/dapr/python-sdk/issues/487

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3555605) 86.21% compared to head (bfdfad4) 86.21%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #664 +/- ## ======================================= Coverage 86.21% 86.21% ======================================= Files 79 79 Lines 3998 3998 ======================================= Hits 3447 3447 Misses 551 551 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.