Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a collection of event provider identifiers and event providers.
Element Hierarchy
- <WindowsPerformanceRecorder>
- <Profiles>
- <Profile>
- <Collectors>
- <EventCollectorId>
- <EventProviders>
- <EventCollectorId>
- <Collectors>
- <Profile>
- <Profiles>
Syntax
<EventProviders Operation = "Set" | "Add" | “Remove”>
<!-- Child elements -->
EventProviderId,
EventProvider
</EventProviders>
Attributes and Elements
Attributes
Attribute | Description | Data type | Required | Default |
---|---|---|---|---|
Operation | Indicates whether event providers should be set or added. | This attribute can have one of the following values:
|
No | Set |
Child Elements
Element | Description | Requirement |
---|---|---|
EventProviderId | Represents an event provider identifier. | Optional, zero or more. |
EventProvider | Represents an event provider. | Optional, zero or more. |
Parent Elements
Element | Description |
---|---|
EventCollectorId | Represents an event collector identifier. |
Example
For managed scenarios, use the following event provider definition:
<EventCollectorId Value ="WPAEventCollector">
<EventProviders>
<EventProviderId Value="EventProvider_DotNetProvider" />
<EventProvider Name="Microsoft-Windows-WPA" Id="Microsoft-Windows-WPA" Stack="true">
</EventProvider>
</EventProviders>
</EventCollectorId>