Tx.ApplicationInsights.Azure
1.0.50414
This library adds Application Insights support for Tx framework.
If you set up a continious integration feature in the Applocation Insights portal you will have a storage with exported data.
Using Application Insights Tx adaptor you can run any LINQ queries against this storage.
Currently 5 Application Insight types are supported: Requests, Traces, Events, Performace Counters and Exceptions.
Install-Package Tx.ApplicationInsights.Azure -Version 1.0.50414
dotnet add package Tx.ApplicationInsights.Azure --version 1.0.50414
<PackageReference Include="Tx.ApplicationInsights.Azure" Version="1.0.50414" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tx.ApplicationInsights.Azure --version 1.0.50414
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Tx.ApplicationInsights.Azure, 1.0.50414"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Added Cache method
Dependencies
-
- Tx.ApplicationInsights (>= 1.0.50412)
- WindowsAzure.Storage (>= 4.3.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.