- 
                Notifications
    
You must be signed in to change notification settings  - Fork 149
 
InfluxDb
        etishor edited this page Nov 29, 2014 
        ·
        1 revision
      
    Sending Metrics to InfluxDb is a new feature and should be considered alpha quality. Any feedback will be appreciated.
The Metrics.NET library also implements a InfluxdbReport which allows your application to constantly push metric values into a InfluxDb database:
Metric.Config.WithReporting(report => report
    .WithInfluxDb("192.168.1.8", 8086, "admin", "admin", "metrics", TimeSpan.FromSeconds(1))For any issues please use the GitHub issues. For questions you can also ping me on Twitter ( @etishor ).