-
Notifications
You must be signed in to change notification settings - Fork 110
ElasticSearch
etishor edited this page Dec 14, 2014
·
1 revision
Sending Metrics to ElasticSearch is a new feature and should be considered Work in Progress and alpha quality. Any feedback will be appreciated.
The Metrics.NET library also implements a ElasticSearchReport which allows your application to constantly push metric values to an ElasticSearch cluster:
Metric.Config.WithReporting(report => report
.WithElasticSearch("192.168.1.8", 9200, "metrics", TimeSpan.FromSeconds(1))
For any issues please use the GitHub issues. For any other questions and ideas feel free to ping us: @PaulParau, @HinteaDan, @BogdanGaliceanu.