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

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

@analogrelay

Description

@analogrelay

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions