Introduction
Arcus Observability allows you to work easily with Azure Application Insights telemetry by making use of the common ILogger
infrastructure to track dependencies, log custom metrics and log multi-dimensional telemetry data. The library supports multiple telemetry types like tracking dependencies, requests, events, metrics, while also be able to filter with Serilog filters and enrich with custom correlation.
Guidance
Installation
The Arcus.Observability.Correlation package can be installed via NuGet:
PM > Install-Package Arcus.Observability.Serilog.Sinks.ApplicationInsights
For more granular packages we recommend reading the documentation.
License
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.