Skip to content

Commit 381a3cb

Browse files
Capture additional entries from the event log (#31559)
Co-authored-by: Ursula Chen <[email protected]>
1 parent 5cde5c4 commit 381a3cb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

pkg/flare/archive_win.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var (
3131

3232
eventLogChannelsToExport = map[string]string{
3333
"System": "Event/System/Provider[@Name=\"Service Control Manager\"]",
34-
"Application": "Event/System/Provider[@Name=\"datadog-trace-agent\" or @Name=\"DatadogAgent\"]",
34+
"Application": "Event/System/Provider[@Name=\"datadog-trace-agent\" or @Name=\"DatadogAgent\" or @Name=\".NET Runtime\" or @Name=\"Application Error\"]",
3535
"Microsoft-Windows-WMI-Activity/Operational": "*",
3636
}
3737
execTimeout = 30 * time.Second
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Each section from every release note are combined when the
2+
# CHANGELOG.rst is rendered. So the text needs to be worded so that
3+
# it does not depend on any information only available in another
4+
# section. This may mean repeating some details, but each section
5+
# must be readable independently of the other.
6+
#
7+
# Each section note must be formatted as reStructuredText.
8+
---
9+
enhancements:
10+
- |
11+
On Windows, Agent flares now include event logs for .NET applications.

0 commit comments

Comments
 (0)