Okanshi 5.0.0-beta2

This is a prerelease version of Okanshi.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Okanshi --version 5.0.0-beta2
                    
NuGet\Install-Package Okanshi -Version 5.0.0-beta2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Okanshi" Version="5.0.0-beta2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Okanshi" Version="5.0.0-beta2" />
                    
Directory.Packages.props
<PackageReference Include="Okanshi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Okanshi --version 5.0.0-beta2
                    
#r "nuget: Okanshi, 5.0.0-beta2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Okanshi&version=5.0.0-beta2&prerelease
                    
Install Okanshi as a Cake Addin
#tool nuget:?package=Okanshi&version=5.0.0-beta2&prerelease
                    
Install Okanshi as a Cake Tool

In-process monitoring solution

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,339 3/6/2019
6.0.0 3,840 9/19/2018
6.0.0-alpha2 3,160 3/5/2018
6.0.0-alpha 1,099 1/23/2018
5.0.0 1,497 11/16/2017
5.0.0-beta9 1,014 10/10/2017
5.0.0-beta8 1,027 10/9/2017
5.0.0-beta7 1,054 9/26/2017
5.0.0-beta6 1,063 9/1/2017
5.0.0-beta5 1,091 8/24/2017
5.0.0-beta4.1 622 8/24/2017
5.0.0-beta4 1,040 8/23/2017
5.0.0-beta3 1,117 8/7/2017
5.0.0-beta2 1,121 8/7/2017
5.0.0-beta 1,125 7/25/2017
4.0.4 1,555 7/20/2017
4.0.3 1,541 7/19/2017
4.0.2 1,486 6/22/2017
4.0.0 1,592 5/17/2017
4.0.0-beta 839 1/20/2017
3.1.0 1,366 11/3/2016
3.0.0 1,059 8/29/2016
1.0.1 1,510 6/28/2015
1.0.0 1,283 6/22/2015

BREAKING CHANGES**
Introduce submonitors to allowing grouping of monitors. This means that submonitors no longer should be registered in the registry, instead submonitors should be returned by ```GetAllMonitors()```. This allows more control in the obsservers to decide how to process the information. Currently the InfluxDbObserver doesn't support submonitors with submonitors.