Stiek

Results 1 comments of Stiek

I am currently implementing Metrics.NET in a Proof of Concept project. I am sending the metrics to ElasticSearch with the following config: Metric.Config .WithReporting(report => report.WithElasticSearch("localhost", 9200, "metrics", TimeSpan.FromSeconds(1))) .WithReporting(report...