question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update OpenTelemetry to v1 (1.0.1)

See original GitHub issue

Is 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:closed
  • Created 2 years ago
  • Reactions:5
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

4reactions
maldagocommented, Jun 7, 2021

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?

4reactions
maldagocommented, Jun 3, 2021

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found