Propagating the ActivityId to a WCF service
2008年06月01日 05:10 • 查看 22 次 • 打印本文
In case you don’t already know, the ActivityId is something we use to correlate trace events when logging so we know which ’start’ goes with which ’stop’ on a busy server. I wrote about it in this post.
Immediately after that post I blogged about a custom WCF message inspector that smuggled the ActivityId in a header. It turns out this was (almost*) superfluous as the WCF had recognised this as a common thing to want to do and added it as a feature.
评论
发表评论