Okanshi.Endpoint
4.0.0
See the version list below for details.
dotnet add package Okanshi.Endpoint --version 4.0.0
NuGet\Install-Package Okanshi.Endpoint -Version 4.0.0
<PackageReference Include="Okanshi.Endpoint" Version="4.0.0" />
paket add Okanshi.Endpoint --version 4.0.0
#r "nuget: Okanshi.Endpoint, 4.0.0"
// Install Okanshi.Endpoint as a Cake Addin #addin nuget:?package=Okanshi.Endpoint&version=4.0.0 // Install Okanshi.Endpoint as a Cake Tool #tool nuget:?package=Okanshi.Endpoint&version=4.0.0
JSON endpoint for Okanshi
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FSharp.Core (= 4.0.0.1)
- Newtonsoft.Json (>= 7.0.1)
- Okanshi (>= 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.0.0 | 914 | 3/6/2019 |
6.0.0 | 1,171 | 9/19/2018 |
6.0.0-alpha2 | 830 | 3/5/2018 |
6.0.0-alpha | 822 | 1/23/2018 |
5.0.0 | 997 | 11/16/2017 |
5.0.0-beta9 | 704 | 10/10/2017 |
5.0.0-beta8 | 754 | 10/9/2017 |
5.0.0-beta7 | 741 | 9/26/2017 |
5.0.0-beta6 | 704 | 9/1/2017 |
5.0.0-beta5 | 736 | 8/24/2017 |
5.0.0-beta4.1 | 564 | 8/24/2017 |
5.0.0-beta4 | 713 | 8/23/2017 |
5.0.0-beta3 | 767 | 8/7/2017 |
5.0.0-beta2 | 765 | 8/7/2017 |
5.0.0-beta | 744 | 7/25/2017 |
4.0.4 | 947 | 7/20/2017 |
4.0.3 | 897 | 7/19/2017 |
4.0.2 | 918 | 6/22/2017 |
4.0.0 | 917 | 5/17/2017 |
Automatic polling on metrics on process exit, now also supports AppDomain unloads
Fix dependencies on NuGet package
Implemented InfluxDB observer for pushing metrics to InfluxDB. It is released in a separate package, Okanshi.InfluxDBObserver.
Add new NuGet package with support for OWIN.
Added support for registering a custom timing by providing a number describing the elapsed number of milliseconds.
Improved performance when using OkanshiMonitor to get monitors
Ensured thread safety in metric types by using locks where needed
Added new gauge, AverageGauge, for calculating average value for a specific interval