Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IIS] [application_pool] Element Not Found for Application Pools with 'No Managed Code' #41596

Open
lucian-ioan opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels
Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team

Comments

@lucian-ioan
Copy link
Contributor

lucian-ioan commented Nov 12, 2024

Application pools configured with "No Managed Code" are for applications that do not use .NET's CLR (Common Language Runtime), such as PHP or native applications.

In this case, the .NET CLR counters such as Exceptions will not be associated with the w3wp process because those counters are specific to managed code environments. This leads to errors being thrown in the logs by metricbeat.

The goal of this issue is to bypass errors for those specific environments for counters, such as:

Element not found.failed to expand counter path (query= "%v")\.NET CLR Exceptions(w3wp*)\# of Finallys / sec
Element not found.failed to expand counter path (query= "%v")\.NET CLR Exceptions(w3wp*)\# of Exceps Thrown / sec
Element not found.failed to expand counter path (query= "%v")\.NET CLR Exceptions(w3wp*)\# of Exceps Thrown
Element not found.failed to expand counter path (query= "%v")\.NET CLR Exceptions(w3wp*)\# of Filters / sec
Element not found.failed to expand counter path (query= "%v")\.NET CLR Exceptions(w3wp*)\Throw To Catch Depth / sec
@lucian-ioan lucian-ioan added the Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team label Nov 12, 2024
@lucian-ioan lucian-ioan self-assigned this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team
Projects
None yet
Development

No branches or pull requests

1 participant