Okanshi.Owin
6.0.0
See the version list below for details.
dotnet add package Okanshi.Owin --version 6.0.0
NuGet\Install-Package Okanshi.Owin -Version 6.0.0
<PackageReference Include="Okanshi.Owin" Version="6.0.0" />
paket add Okanshi.Owin --version 6.0.0
#r "nuget: Okanshi.Owin, 6.0.0"
// Install Okanshi.Owin as a Cake Addin #addin nuget:?package=Okanshi.Owin&version=6.0.0 // Install Okanshi.Owin as a Cake Tool #tool nuget:?package=Okanshi.Owin&version=6.0.0
Okanshi support for OWIN
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.5.2)
- Okanshi (>= 6.0.0 && < 7.0.0)
- Owin (>= 1.0.0 && < 2.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 | 662 | 3/6/2019 |
6.0.0 | 748 | 9/19/2018 |
6.0.0-alpha2 | 819 | 3/5/2018 |
6.0.0-alpha | 779 | 1/23/2018 |
5.0.0 | 892 | 11/16/2017 |
5.0.0-beta9 | 700 | 10/10/2017 |
5.0.0-beta8 | 696 | 10/9/2017 |
5.0.0-beta7 | 701 | 9/26/2017 |
5.0.0-beta6 | 714 | 9/1/2017 |
5.0.0-beta5 | 688 | 8/24/2017 |
5.0.0-beta4.1 | 551 | 8/24/2017 |
5.0.0-beta4 | 677 | 8/23/2017 |
5.0.0-beta3 | 694 | 8/7/2017 |
5.0.0-beta2 | 738 | 8/7/2017 |
5.0.0-beta | 745 | 7/25/2017 |
4.0.4 | 900 | 7/20/2017 |
4.0.3 | 877 | 7/19/2017 |
4.0.2 | 850 | 6/22/2017 |
4.0.0 | 894 | 5/17/2017 |
The v6.0.0 release has done a major overhaul in the naming of monitors to make it simpler for new users of the API.
BREAKING CHANGES**
`Timer.Register(long)` has been removed. Replace use with `Timer.Register(StopWatch)` or `Timer.Register(TimeSpan)`
`OkanshiMonitor.HealthCheck()` has been removed. Replace use with a `Gauge`
`LongTaskTimer` has been removed
`BasicCounter` has been renamed to `CumulativeCounter` to better explain what it does
`PeakRateCounter` has been renamed to `Counter`, as it was hard to figure out what PeakRateCounter meant
`BasicTimer` has been renamed to `Timer`, as it was hard to figure out what BasicTimer meant
`BasicGauge` has been renamed to `Gauge`, as it was hard to figure out what BasicGauge meant
`DataPoint` has been deleted as it was no longer used internally
`DataSourceType` has been removed, instead descriptive names should be used
The tag statistic has been removed from the Timer, this has been replaced by value names
`OkanshiMonitor.DefaultTags` has been change to an `ISet<Tag>` to make it clear how duplicates are handled
`InfluxDB.WriteOnly` dependency has been updated to version 3.1.0