-
Notifications
You must be signed in to change notification settings - Fork 74
AppInsights
ZhangYang edited this page Jul 7, 2019
·
1 revision
Application Insights is an extensible Application Performance Management (APM) service for ASP.NET Core application. We can use it to monitor your live web application. Application Insights for ASP.NET Core applications
Update InstrumentationKey
in appsettings.json
"ApplicationInsights": {
"InstrumentationKey": "putinstrumentationkeyhere"
}
Or set following environment varibles:
APPINSIGHTS_INSTRUMENTATIONKEY
-
Getting started
-
ASP.NET Core
-
Docker & Docker-compose
-
Hypermedia API
-
EntityFramework ReadModel
-
MongoDb ReadModel
-
Elasticseach ReadModel
-
DDD
-
Domain