-
Notifications
You must be signed in to change notification settings - Fork 91
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
Manual Traces no longer working in 1.0.0-rc1 #2780
Comments
Quick glance (not tested) From logs:
I think this is the source of the problem that Can you change it to opentelemetry-dotnet-instrumentation/docs/manual-instrumentation.md Lines 12 to 16 in 414f0dc
Was it exactly the same and working when you were testing the previous version of OpenTelemetry Automatic Instrumentation? |
It was exactly the same using otel auto instrumentation version 7.0.0 as well. I did downgrade to DiagnosticSource version 7.0.0 and removed the binding redirect and still see the same issue. I've updated the repo as well. |
We are working on the potential fix right now. |
Closed via #2794 - the fix will be in 1.0.0-rc.2 |
Bug Report
After upgrading to 1.0.0-rc1 the additional sources are no longer being picked up by ActivitySources
Symptom
Describe the bug
custom ActivitySources are not being listened to after adding them to web.config using
Expected behavior
Expected that the Activity is created based on the ActivitySource started with "ECDev.Activity" for example.
Runtime environment (please complete the following information):
Additional context
See repro project here: https://github.com/Kronos11/OTelWebApplicationTest
Reproduce
Steps to reproduce the behavior:
** Logs
The text was updated successfully, but these errors were encountered: