Created
February 2, 2021 23:13
-
-
Save jsturtevant/ee86e3d55162a4f1cfca6af84b02d20e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<WindowsPerformanceRecorder Version="1"> | |
<Profiles> | |
<EventCollector Id="Collector" Name="Collector"> | |
<BufferSize Value="256"/> | |
<Buffers Value="1024"/> | |
</EventCollector> | |
<EventProvider Id="Microsoft.Virtualization.RunHCS" Name="0B52781F-B24D-5685-DDF6-69830ED40EC3"/> | |
<EventProvider Id="ContainerD" Name="2acb92c0-eb9b-571a-69cf-8f3410f383ad"/> | |
<Profile | |
Id="containerd.Verbose.Memory" | |
Name="containerd" | |
Description="containerd and hcsshim events" | |
LoggingMode="Memory" | |
DetailLevel="Verbose" | |
> | |
<Collectors> | |
<EventCollectorId Value="Collector"> | |
<EventProviders> | |
<EventProviderId Value="Microsoft.Virtualization.RunHCS"/> | |
<EventProviderId Value="ContainerD"/> | |
</EventProviders> | |
</EventCollectorId> | |
</Collectors> | |
</Profile> | |
<Profile | |
Id="containerd.Verbose.File" | |
Name="containerd" | |
Description="containerd and hcsshim events" | |
LoggingMode="File" | |
DetailLevel="Verbose" | |
Base="containerd.Verbose.Memory" | |
/> | |
</Profiles> | |
</WindowsPerformanceRecorder> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment