Skip to content

Commit

Permalink
Accept incoming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbodd committed Feb 29, 2024
1 parent 42329a0 commit 29fac2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions opentelemetry-etw-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ This ETW exporter enables applications to use OpenTelemetry APIs to capture tele
captured by agents running locally and listening for specific ETW events.

## Viewing ETW Logs
<<<<<<< Updated upstream
ETW logs can be viewed numerous ways, including through the use of (traceview)[https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/traceview] and (tracelog)[https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/tracelog] + (tracefmt)[https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/tracefmt]. `Traceview` provides a GUI while `tracelog` is geared towards command line usage.
=======
ETW logs can be viewed numerous ways, including through the use of [traceview](https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/traceview) and [tracelog](https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/tracelog) + [tracefmt](https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/tracefmt). `Traceview` provides a GUI while `tracelog` is geared towards command line usage.
>>>>>>> Stashed changes

### Traceview
After downloading `traceview`, its GUI can be spawned by invoking `traceview.exe`. A new session can be created via `File -> Create New Log Session` and then specifying a method for obtaining the control GUID. This crate currently writes traces with a GUID of `EDC24920-E004-40F6-A8E1-0E6E48F39D84` so choosing the `Manually Entered Control GUID or Hashed Name` option and entering `EDC24920-E004-40F6-A8E1-0E6E48F39D84` will correctly capture events.
Expand Down

0 comments on commit 29fac2d

Please sign in to comment.