You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/monitoring-and-diagnostics/azure-diagnostics.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: rboucher
6
6
ms.service: azure-monitor
7
7
ms.devlang: dotnet
8
8
ms.topic: conceptual
9
-
ms.date: 05/01/2018
9
+
ms.date: 07/13/2018
10
10
ms.author: robb
11
11
ms.component: diagnostic-extension
12
12
---
@@ -26,11 +26,13 @@ The Azure Diagnostics extension can collect the following types of data:
26
26
| Windows Event logs |Information sent to the Windows event logging system |
27
27
| .NET Event Source |Code writing events using the .NET [EventSource](https://msdn.microsoft.com/library/system.diagnostics.tracing.eventsource.aspx) class |
28
28
| 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)|
30
30
| Crash dumps |Information about the state of the process in the event of an application crash |
31
31
| Custom error logs |Logs created by your application or service |
32
32
| Azure Diagnostic infrastructure logs |Information about Diagnostics itself |
33
33
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
+
34
36
## Data storage
35
37
The extension stores its data in an [Azure Storage account](azure-diagnostics-storage.md) that you specify.
0 commit comments