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:
![image](https://user-images.githubusercontent.com/3416572/152542463-01a040ae-c279-4842-adae-c39265ec6969.png)
Do I break some kind of design with my code?
Beta Was this translation helpful? Give feedback.
All reactions