Skip to content

Commit 1e9717a

Browse files
authored
add ETW command
1 parent f2be81e commit 1e9717a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/monitoring-and-diagnostics/azure-diagnostics.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: rboucher
66
ms.service: azure-monitor
77
ms.devlang: dotnet
88
ms.topic: conceptual
9-
ms.date: 05/01/2018
9+
ms.date: 07/13/2018
1010
ms.author: robb
1111
ms.component: diagnostic-extension
1212
---
@@ -26,11 +26,13 @@ The Azure Diagnostics extension can collect the following types of data:
2626
| Windows Event logs |Information sent to the Windows event logging system |
2727
| .NET Event Source |Code writing events using the .NET [EventSource](https://msdn.microsoft.com/library/system.diagnostics.tracing.eventsource.aspx) class |
2828
| IIS Logs |Information about IIS web sites |
29-
| Manifest based ETW |Event Tracing for Windows events generated by any process |
29+
| Manifest based ETW |Event Tracing for Windows events generated by any process.(1) |
3030
| Crash dumps |Information about the state of the process in the event of an application crash |
3131
| Custom error logs |Logs created by your application or service |
3232
| Azure Diagnostic infrastructure logs |Information about Diagnostics itself |
3333

34+
(1) To get a list of ETW providers, run `c:\Windows\System32\logman.exe query providers` in a console window on the machine you'd like to gather information from.
35+
3436
## Data storage
3537
The extension stores its data in an [Azure Storage account](azure-diagnostics-storage.md) that you specify.
3638

0 commit comments

Comments
 (0)