8000 Update link to NetTrace format by danroth27 · Pull Request #46069 · dotnet/docs · GitHub
[go: up one dir, main page]

Skip to content

Update link to NetTrace format #46069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update link to NetTrace format
The format was moved to a different file as part of microsoft/perfview#2170.
  • Loading branch information
danroth27 authored May 9, 2025
commit adf49f559f42044ca0b7c497f1c651885eebac75
2 changes: 1 addition & 1 deletion docs/core/diagnostics/eventpipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ EventPipe aggregates events emitted by runtime components - for example, the Jus

The events are then serialized in the `.nettrace` file format and can be written directly to a file or streamed through a [diagnostic port](./diagnostic-port.md) for out-of-process consumption.

To learn more about the EventPipe serialization format, refer to the [EventPipe format documentation](https://github.com/microsoft/perfview/blob/main/src/TraceEvent/EventPipe/EventPipeFormat.md).
To learn more about the EventTrace format, refer to the [EventTrace format documentation](https://github.com/microsoft/perfview/blob/main/src/TraceEvent/EventPipe/NetTraceFormat.md).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To learn more about the EventTrace format, refer to the [EventTrace format documentation](https://github.com/microsoft/perfview/blob/main/src/TraceEvent/EventPipe/NetTraceFormat.md).
To learn more about the NetTrace format, see the [NetTrace format documentation](https://github.com/microsoft/perfview/blob/main/src/TraceEvent/EventPipe/NetTraceFormat.md).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh you are absolutely right, I looked too quickly :) NetTrace is the proper term.


## EventPipe vs. ETW/perf_events

Expand Down
Loading
0