Add feature to emit Graphite metrics based on configuration

This commit is contained in:
Ty Brown
2017-07-05 21:56:00 -05:00
parent d4db98fd64
commit cb254f87d4
5 changed files with 55 additions and 0 deletions

View File

@@ -28,6 +28,14 @@ app:
smtpTls: false
smtpUserName: user
smtpPassword: pass
# Graphite Metric settings
# Allows those who use Graphite to have CommaFeed send metrics for graphing (time in seconds)
graphiteEnabled: false
graphitePrefix: "test.commafeed"
graphiteHost: "localhost"
graphitePort: 2003
graphiteInterval: 60
# wether this commafeed instance has a lot of feeds to refresh
# leave this to false in almost all cases