WCF-client and ASMX-service can share the same traceparent #2861
olahallvall
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have made an exemple that shows how the TelemetryHttpModule can support WCF-client calling a ASMX-service.
App.config looks like this:
web.config looks like this:
Inside OpenTelemetry.Instrumentation.AspNet.ActivityHelper I have added this prototyp code:
In Jaeger is looks like this:
Do I break some kind of design with my code?
Beta Was this translation helpful? Give feedback.
All reactions