Iulian Margarintescu

Results 26 comments of Iulian Margarintescu

@kadaan Related to logstash - i'm not familiar with it, but if i'm reading the docs correctly, it should be possible for logstash to grab the JSON metrics from the...

As this functionality does not impact the stable metrics functionality it is also included in the latest .nuget for easier testing.

ES bits are still in very early stages. Exception handling was not a concern yet. It would normally be delegated to MetricsErrorHandler where the end-user has the possibility to handle...

It does sound feasible. I'm not using ES at the moment so my focus will not be on this at the moment. I know ES supports TTL for documents and...

I did not know that. Any references?

Since InfluxDB is pre 1.0 version, and api changes are frequent, I would not bother maintaining compatibility with older versions too much. If there is interest in a specific version,...

@pbolduc filtering is something that I initially considered, but never got around to finish a proper solution. There is a class [MetricsFilter](https://github.com/etishor/Metrics.NET/blob/dev/Src/Metrics/MetricData/MetricsFilter.cs) with most of the required functionality. I'll add...

I'll add more thoughts when i get to a computer regarding ES. Regarding json.net, i rather not, unless the benefits are really worthed. I was thinking about a code only...

Another idea is to have ES adapter as a separate package, then it could depend on Json.net - that would also make sense.

I've marked this as an enhancement and i'll leave it open until proper metric "categorization" or metric "sets" will be implemented.