Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tracing example for opentelemetry #664

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

berndverst
Copy link
Member

@berndverst berndverst commented Jan 24, 2024

Description

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

Closes #487

@berndverst berndverst requested review from a team as code owners January 24, 2024 08:27
Signed-off-by: Bernd Verst <[email protected]>
Copy link

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@berndverst berndverst merged commit 781e2f2 into dapr:main Jan 25, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change tracing example to use OpenTelemetry SDK
2 participants