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 an event collector identifier.
Element Hierarchy
- <WindowsPerformanceRecorder>
- <Profiles>
- <Profile>
- <Collectors>
- <EventCollectorId>
- <Collectors>
- <Profile>
- <Profiles>
Syntax
<EventCollectorId Value = IdType>
<!-- Child elements -->
BufferSize,
Buffers,
StackCaching,
MaximumFileSize,
FileMax,
EventProviders
</EventCollectorId>
Attributes and Elements
Attributes
Attribute | Description | Data type | Required | Default |
---|---|---|---|---|
Value | Uniquely identifies the event collector. | String that must have at least one character and cannot contain colons (:) or spaces. | Yes |
Child Elements
Element | Description | Requirement | Default |
---|---|---|---|
BufferSize | Describes the size of each buffer, in KB. | Optional, 1. | 128 |
Buffers | Describes the number of buffers to be allocated when starting a session. | Optional, 1. | 64 |
StackCaching | Describes stack caching attributes of collectors. | Optional, 1. | |
MaximumFileSize | Describes maximum trace file size. | Optional, 1. | |
FileMax | Describes the maximum number of instances of the log file that ETW creates for Autologger trace. | Optional, 1. | |
EventProviders | Represents a collection of event provider identifiers and event providers. | Required, 1. |
Parent Elements
Element | Description |
---|---|
Collectors | Represents a collection of system collector identifiers, event collector identifiers, and optionally heap collector identifiers. |