Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Add Activity-tracking to correlate events from specific iterations #18

Open
analogrelay opened this issue Sep 15, 2015 · 0 comments
Open

Comments

@analogrelay
Copy link
Contributor

Each iteration causes an IterationStart and IterationStop message to be emitted. On .NET 4.6 (and hopefully CoreCLR, though I will check) this means an Activity will be allocated for the Iteration (as per http://blogs.msdn.com/b/vancem/archive/2015/09/14/exploring-eventsource-activity-correlation-and-causation-features.aspx). All ETW events that take place between the start and stop messages will get this activity ID and thus can be correlated back to the original iteration. We should set up collectors to support this.

@analogrelay analogrelay self-assigned this Sep 15, 2015
@analogrelay analogrelay removed their assignment Nov 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant