Replies: 2 comments 2 replies
-
https://github.com/open-telemetry/opentelemetry-dotnet/issues/1217 Check if you are hitting this issue |
Beta Was this translation helpful? Give feedback.
1 reply
-
#984 Sorry, but one more issue you are hitting! Have to do the workaround to create a new root activity, in the presence of an activity Activity! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm struggling to get an activity to start, I have got a listener and my traces work fine when using the AddAspNetCoreInstrumentation extension, but If I remove that extension and try to start an activity I just get null.
My packages are:
I configure my service with:
I have a single static ActivitySource:
I have tried starting my activity when an enpoint is hit and when a blazor page is loaded, either way I just get null back:
I'm running a Grafana agent in a docker container locally, that's being sent to Grafana cloud. When I enable AddHttpClientInstrumentation and AddAspNetCoreInstrumentation, I get traces sent though.
I'm sure its something simple that I'm missing so any help is much appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions