Metrics.NET icon indicating copy to clipboard operation
Metrics.NET copied to clipboard

The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is hap...

Results 52 Metrics.NET issues
Sort by recently updated
recently updated
newest added

I am missing a strategy for what to do when ActionScheduler cannot meet the requested interval between invocations. I am using the (very nice) Metrics.NET library to monitor thousands of...

This issue is for tracking status and ideas related to ElasticSearch ecosystem. The first bits for elasticsearch integration are available on dev & master branches and are also pushed to...

enhancement

Elasticsearch 2.0 doesn't supports field names with the '.' character, but both timers and histograms have the "Percentile 99.9%" field. From elasticsearch logs: ``` [2015-11-17 10:26:54,885][DEBUG][action.admin.indices.mapping.put] [Quantum] failed to put...

Hello, i'm trying to use Metrics.net with elasticsearch , i have found one of the version working of elasticsearch, is elasticsearch 2.2.0, if i use the last version of elasticsearch,...

It's possible to intergrate Metrics.NET with ASP.NET MVC or ASP.NET WebForm ? Because we have a lot of old solution with ASP.NET MVC or ASP.NET WebForm。

If i have two copies of my process running then Perf Counters will add a #1 to the name of the process. I think that when PerformanceCounters.cs calls Process.GetCurrentProcess().ProcessName it...

I'm not sure if you've considered this so far, but I'm pretty sure that .NET Core version (build) would be very useful improvement. I've analyzed the project with portability analyzer,...

Steps to reproduce: 1. checkout net40 branch 2. update nuget.exe to 4.1.0 $ cd .nuget $ nuget.exe update -self 3. run build.net40.bat Expected results: All test would be passed. Actual...

Hi, How do we configure/implement Metrics.Net library for monitoring windows services? We have need to monitor http services and windows services (running in the background) as well. Please let me...

Using the code from the quick start in my service, I receive the following `TypeInitializationException`: ``` System.TypeInitializationException: The type initializer for 'Metrics.MetricsErrorHandler' threw an exception. ---> System.NullReferenceException: Object reference not...