Conversation
Follows two agent fixes and one long-standing inaccuracy. ETW is opt-in. The agent used to bake the ETW receiver into the shipped Windows config and collect IIS traces from every host at install time, with the tracing toggle unable to stop it. It now adds the receiver only for application pools you turn tracing on for, matching eBPF on Linux. The pages said IIS traffic flowed automatically, which was true of the old behaviour and is not of the new one, so Windows now reads like Linux: host metrics automatic, logs and traces opt-in. Windows service discovery. The platform notes said the agent discovers Windows services through the Service Control Manager, without saying it only listed services whose executable it recognised by name. A self-contained .NET service named after its application was silently left out, which on a typical host is most of them. The agent now reads the PE headers for a CLR header as well, so the new "Which Windows services are listed" section documents both paths, the Framework/.NET distinction, and the system-directory skip. WMI is not used. Three pages said the agent reads WMI: for listening ports, in the mechanisms overview, and in two privilege lists. The agent has never called WMI. Ports come from the system TCP table, services from the Service Control Manager, and IIS from applicationHost.config. Corrected in all of them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.