MX.Observability.ApplicationInsights
1.1.1
dotnet add package MX.Observability.ApplicationInsights --version 1.1.1
NuGet\Install-Package MX.Observability.ApplicationInsights -Version 1.1.1
<PackageReference Include="MX.Observability.ApplicationInsights" Version="1.1.1" />
<PackageVersion Include="MX.Observability.ApplicationInsights" Version="1.1.1" />
<PackageReference Include="MX.Observability.ApplicationInsights" />
paket add MX.Observability.ApplicationInsights --version 1.1.1
#r "nuget: MX.Observability.ApplicationInsights, 1.1.1"
#:package MX.Observability.ApplicationInsights@1.1.1
#addin nuget:?package=MX.Observability.ApplicationInsights&version=1.1.1
#tool nuget:?package=MX.Observability.ApplicationInsights&version=1.1.1
MX.Observability.ApplicationInsights
Hosting-agnostic core for the MX Observability libraries: configurable telemetry filter implementation, structured audit logging and scheduled job telemetry for .NET 9/10 applications using Azure Application Insights.
You normally do not reference this package directly. Reference one of the host-specific adapter packages instead, which transitively reference this core package and additionally wire the telemetry filter into the correct SDK pipeline:
MX.Observability.ApplicationInsights.AspNetCore— for hosts usingAddApplicationInsightsTelemetry()MX.Observability.ApplicationInsights.WorkerService— for hosts usingAddApplicationInsightsTelemetryWorkerService()
See the GitHub repository for full documentation.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.ApplicationInsights (>= 2.23.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 9.0.5)
-
net9.0
- Microsoft.ApplicationInsights (>= 2.23.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 9.0.5)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MX.Observability.ApplicationInsights:
| Package | Downloads |
|---|---|
|
MX.Observability.ApplicationInsights.AspNetCore
ASP.NET Core adapter for MX.Observability.ApplicationInsights. Wires the configurable telemetry filter into the Application Insights pipeline via the ASP.NET Core SDK's processor factory. Reference this package from ASP.NET Core web/API apps and Worker apps that initialize Application Insights via AddApplicationInsightsTelemetry(). |
|
|
MX.Observability.ApplicationInsights.WorkerService
Worker Service adapter for MX.Observability.ApplicationInsights. Wires the configurable telemetry filter into the Application Insights pipeline via the Worker Service SDK's processor factory. Reference this package from Worker Services, console apps and Azure Functions (isolated) that initialize Application Insights via AddApplicationInsightsTelemetryWorkerService(). |
GitHub repositories
This package is not used by any popular GitHub repositories.