Skip to content
Discussion options

You must be logged in to vote

Finally found the root cause and thanks @vishweshbankwar for having a close look at my package reference and driving to the solution.

Actually the issue over here the package reference added for
OpenTelemetry.Extensions.Hosting
OpenTelemetry.Exporter.Console
OpenTelemetry.Instrumentation.Runtime
OpenTelemetry.Instrumentation.Process.

So after updating my packages with stable version and correcting the available versions for Runtime and Process, it has worked as per expected.

My updated package references:
<PackageReference Update="OpenTelemetry.Instrumentation.AspNetCore" Version="1.0.0-rc9.14" /> <PackageReference Update="OpenTelemetry.Extensions.Hosting" Version="1.4.0" /> <PackageRefe…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@vishweshbankwar
Comment options

Comment options

You must be logged in to vote
2 replies
@vishweshbankwar
Comment options

@ajitbhalekar
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ajitbhalekar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants