Iulian Margarintescu

Results 26 comments of Iulian Margarintescu

@dekenless the metrics library should add a very very small overhead to code running in production and because of this the library is designed to be always running or be...

Interesting idea. I'll investigate a few ways of doing this, but I'm not sure .net attributes provide enough functionality to implement this. It should be possible to implement on static...

I'm not very familiar with Azure, but Application Insights looks very nice. I'll have a look over the weekend. Thanks for the suggestion, Iulian

On the dev branch (and latest prerelease nuget) you can pass a MetricsFilter to the config call. I'll look at it again tomorrow, but let me know if you think...

I have also felt the need sometimes for a metric that would keep a set of string values and display some form of aggregation for them. I'm not sure that...

Still work in progress, but on branch value-histogram ( https://github.com/etishor/Metrics.NET/tree/value-histogram ) i've implemented something that handles this functionality. The is no UI yet, just text visualization. Basically the implementation is...

After more thinking, it turned out that it is easier and makes more sense to extend the Counter and Meter metrics to also support recording values per set item. (...

At the moment, before starting a new iteration of the visualization UI, my plan was something like this: - support graphite [basic functionality done] - support influxdb [basic functionality done]...

The elasticsearch integration is not pushed yet, as it is really the first bits. it is on my home machine at the moment but I can push-it today or tomorrow...

I've moved the ElasticSearch discussion to issue #53