Update OpenTelemetry to v1 (1.0.1)
See original GitHub issueIs your feature request related to a problem? Please describe.
When trying to call AddQuartzInstrumentation
and use OpenTelemetry 1.0.1
then II hit this error:
Reference to type 'TracerProviderBuilder' claims it is defined in 'OpenTelemetry', but it could not be found
Describe the solution you’d like
Update the OpenTelemetry dependencies to the non-beta release of 1.0.1
. I believe the extensions were renamed from TraceBuilderExtensions
to TracerProviderBuilderExtensions
.
Describe alternatives you’ve considered
Tried calling extension method directly with OpenTelemetry.Trace.TraceBuilderExtensions
, still no 🎲
Additional context Reach v1 release blog: https://devblogs.microsoft.com/dotnet/opentelemetry-net-reaches-v1-0/
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:15 (9 by maintainers)
Top Results From Across the Web
OpenTelemetry 1.0.1
This package has been deprecated as it has critical bugs. Suggested Alternatives. OpenTelemetry 1.3.1. Additional Details. See https://github.
Read more >Getting Started
If you aren't familiar with the deployment models, components, and repositories applicable to the OpenTelemetry Collector, first review the Data ...
Read more >Configuration
The Collector consists of four components that access telemetry data: Receivers; Processors; Exporters; Connectors. These components once configured must be ...
Read more >Logz.io Celebrates the Release of OpenTelemetry v.1.0
The official release of OpenTelemetry v.1.0 focus on traces, setting a new path for Open Source observability and Logz.io itself.
Read more >OpenTelemetry .NET reaches v1.0 - .NET Blog
In February 2021, the OpenTelemetry specification reached v1.0. With the v1.0 specification, OpenTelemetry implementations are now offering ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello,
An update. I have completed the port over to open-telemetry/opentelemetry-dotnet-contrib. Here is the pull request.
@lahma would you like me to create a pull request for quartznet to remove the OpenTelemetry implementation here?
Hi @lahma, I have taken a first glance at taking the existing solution and porting to the open-telemetry-contrib solution. I do not want to overstep but would you be interested in getting some assistance in moving this over?