Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 4, 2025

The kubernetes container tracing documentation showed incorrect argument order for the merge command with /ImageIDsOnly.

Changes:

  • Reorder merge command arguments in UsersGuide.htm to place filename before the option flag

Before:

PerfViewCollect merge /ImageIDsOnly MyContainerTrace.etl.zip

After:

PerfViewCollect merge MyContainerTrace.etl.zip /ImageIDsOnly
Original prompt

Please fix-up the kubernetes documentation the perfview users guide to re-order the command line for -imageidsonly:

PerfViewCollect merge MyContainerTrace.etl.zip /ImageIDsOnly


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: brianrob <6210322+brianrob@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix command line order in PerfView users guide Fix merge command line order in kubernetes documentation Dec 4, 2025
Copilot AI requested a review from brianrob December 4, 2025 17:11
@brianrob brianrob marked this pull request as ready for review December 4, 2025 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants