Okanshi 4.0.0-beta
See the version list below for details.
dotnet add package Okanshi --version 4.0.0-beta
NuGet\Install-Package Okanshi -Version 4.0.0-beta
<PackageReference Include="Okanshi" Version="4.0.0-beta" />
paket add Okanshi --version 4.0.0-beta
#r "nuget: Okanshi, 4.0.0-beta"
// Install Okanshi as a Cake Addin #addin nuget:?package=Okanshi&version=4.0.0-beta&prerelease // Install Okanshi as a Cake Tool #tool nuget:?package=Okanshi&version=4.0.0-beta&prerelease
Description not set
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. |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Okanshi:
Package | Downloads |
---|---|
Okanshi.InfluxDBObserver
Observer for Okanshi pushing data to InfluxDB |
|
Okanshi.Endpoint
JSON endpoint for Okanshi |
|
Okanshi.Owin
Okanshi support for OWIN |
|
Okanshi.WepApi
Okanshi support for WepApi |
|
Okanshi.SplunkObserver
Okanshi support for transferring metrics to Splunk using http/https |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.0.0 | 13,271 | 3/6/2019 |
6.0.0 | 3,550 | 9/19/2018 |
6.0.0-alpha2 | 3,046 | 3/5/2018 |
6.0.0-alpha | 983 | 1/23/2018 |
5.0.0 | 1,412 | 11/16/2017 |
5.0.0-beta9 | 932 | 10/10/2017 |
5.0.0-beta8 | 949 | 10/9/2017 |
5.0.0-beta7 | 971 | 9/26/2017 |
5.0.0-beta6 | 985 | 9/1/2017 |
5.0.0-beta5 | 1,012 | 8/24/2017 |
5.0.0-beta4.1 | 545 | 8/24/2017 |
5.0.0-beta4 | 963 | 8/23/2017 |
5.0.0-beta3 | 1,040 | 8/7/2017 |
5.0.0-beta2 | 1,044 | 8/7/2017 |
5.0.0-beta | 1,047 | 7/25/2017 |
4.0.4 | 1,469 | 7/20/2017 |
4.0.3 | 1,457 | 7/19/2017 |
4.0.2 | 1,400 | 6/22/2017 |
4.0.0 | 1,509 | 5/17/2017 |
4.0.0-beta | 759 | 1/20/2017 |
3.1.0 | 1,279 | 11/3/2016 |
3.0.0 | 974 | 8/29/2016 |
1.0.1 | 1,418 | 6/28/2015 |
1.0.0 | 1,132 | 6/22/2015 |
BREAKING CHANGES**
Renames DurationTimer to LongTaskTimer
Other**
Fix bug when multiple tags where used
Add support for using HealthChecks as a monitor
Support for monitoring Windows performance counters
Support for automatically poll of metrics when process is about to exit, the default behaviour is not to poll
Support for manual timing of operations, using the Start() method on the existing timers, which returns an object that when stopped registers timing to the timer.
Improved performance of timers and counters using time windows by ~75%
Fix bug where the PeakRateCounter would not respect maximum value when decremented
Added Reset method to gauges as resetting gauges was described in the documentation, but not possible