You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to integrate OpenTelemetry.Contrib.Instrumentation.Wcf to my WCF Restful service and I am getting null reference error at
TelemetryDispatchMessageInspector. When trying to assign action to activity displayname
activity.DisplayName = action;
The text was updated successfully, but these errors were encountered:
tamilaban
added a commit
to tamilaban/opentelemetry-dotnet-contrib
that referenced
this issue
Jan 5, 2022
…) (#170)
* action is assigned with null if operation name is not defined(#169)
* adds unit test
* Code review + changelog update.
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
I am trying to integrate OpenTelemetry.Contrib.Instrumentation.Wcf to my WCF Restful service and I am getting null reference error at
TelemetryDispatchMessageInspector. When trying to assign action to activity displayname
activity.DisplayName = action;
The text was updated successfully, but these errors were encountered: