Skip to content
This repository was archived by the owner on Jul 5, 2020. It is now read-only.
This repository was archived by the owner on Jul 5, 2020. It is now read-only.

Support PerfCounters for Asp.Net Core Apps in Azure Web App #889

@cijothomas

Description

@cijothomas

While there are no perf counter for .net core yet (microsoft/ApplicationInsights-aspnetcore#470), it should be possible to collect and report perf counters when application is run on Azure Web Apps using the special ENV variables exposed by Azure Web App. (https://github.com/projectkudu/kudu/wiki/Perf-Counters-exposed-as-environment-variables)

When an Asp.Net Core App is hosted in Azure Web App, these 'special' ENV variables return the values of counters for the requesting process i.e the DOTNET.EXE process hosting the App. (and NOT the w3wp process proxying requests)

Version Info

SDK Version :
.NET Version :
How Application was onboarded with SDK(VisualStudio/StatusMonitor/Azure Extension) :
OS :
Hosting Info (IIS/Azure WebApps/ etc) 😀

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions