Info
Version: | 1.0.0 |
Author(s): | Mitchell Lake |
Last Update: | Saturday, September 21, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mizatch/LoadTestTools |
NuGet Url: | https://www.nuget.org/packages/LoadTestTools.Recording.AppInsights |
Install
Install-Package LoadTestTools.Recording.AppInsights
dotnet add package LoadTestTools.Recording.AppInsights
paket add LoadTestTools.Recording.AppInsights
LoadTestTools.Recording.AppInsights Download (Unzip the "nupkg" after downloading)
Dependencies
- LoadTestTools.Core(>= 3.1.0)
- Microsoft.ApplicationInsights(>= 2.10.0)
- System.Configuration.ConfigurationManager(>= 4.5.0)
Tags
To use, simply supply your instrumentation key:
<appSettings><add key="Recorder.AppInsights.InstrumentationKey" value="your-instrumentation-key" /></appSettings>.