Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alhardy/appmetrics.reservoirs
App Metrics Extensions Sampling Reservoirs
https://github.com/alhardy/appmetrics.reservoirs
dotnet dotnetcore instrumentation metrics performance reservoir sampling
Last synced: 17 days ago
JSON representation
App Metrics Extensions Sampling Reservoirs
- Host: GitHub
- URL: https://github.com/alhardy/appmetrics.reservoirs
- Owner: alhardy
- License: apache-2.0
- Created: 2017-01-27T13:37:33.000Z (almost 8 years ago)
- Default Branch: dev
- Last Pushed: 2017-02-16T09:42:01.000Z (almost 8 years ago)
- Last Synced: 2023-12-16T15:15:53.183Z (about 1 year ago)
- Topics: dotnet, dotnetcore, instrumentation, metrics, performance, reservoir, sampling
- Language: C#
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# App Metrics Sampling Reservoirs
[![Official Site](https://img.shields.io/badge/site-appmetrics-blue.svg)](https://alhardy.github.io/app-metrics-docs/getting-started/intro.html) [![Build status](https://ci.appveyor.com/api/projects/status/btge7f16t99k8a6w?svg=true)](https://ci.appveyor.com/project/alhardy/appmetrics-reservoirs/branch/master) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Coverage Status](https://coveralls.io/repos/github/alhardy/AppMetrics.Reservoirs/badge.svg?branch=master)](https://coveralls.io/github/alhardy/AppMetrics.Reservoirs?branch=master)
|Package|Dev Release|Pre Release|Latest Release|
|------|:--------:|:--------:|:--------:|
|App.Metrics.Extensions.Reservoirs.HdrHistogram|[![MyGet Status](https://img.shields.io/myget/alhardy/v/App.Metrics.Extensions.Reservoirs.HdrHistogram.svg)](https://www.myget.org/feed/alhardy/package/nuget/App.Metrics.Extensions.Reservoirs.HdrHistogram)|[![NuGet Status](https://img.shields.io/nuget/vpre/App.Metrics.Extensions.Reservoirs.HdrHistogram.svg)](https://www.nuget.org/packages/AApp.Metrics.Extensions.Reservoirs.HdrHistogram/)|[![NuGet Status](https://img.shields.io/nuget/v/App.Metrics.Extensions.Reservoirs.HdrHistogram.svg)](https://www.nuget.org/packages/App.Metrics.Extensions.Reservoirs.HdrHistogram/)|## What is it?
The repo contains sampling reservoir implementatations for use with [App Metrics](https://github.com/alhardy/AppMetrics).
## Contributing
See the [contribution guidlines](https://github.com/alhardy/AppMetrics/blob/master/CONTRIBUTING.md) in the [main repo](https://github.com/alhardy/AppMetrics) for details.
## License
This library is release under Apache 2.0 License ( see LICENSE ) Copyright (c) 2016 Allan Hardy