Replies: 1 comment
-
Can you try setting sampler to alwayson? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
below is my sample code to setup tracing using OpenTelemetry:
I tried to create an
Activity
instance from theActivitySource
by callingvar activity = CustomTraces.Default.StartActivity("BuildPingResult")
inside the controller, butCustomTraces.Default.StartActivity("BuildPingResult")
return null.but I followed the OpenTelemetry guide to setup the project, where did I go wrong?
Beta Was this translation helpful? Give feedback.
All reactions