Add Graphite ()

This commit is contained in:
Semyon Bezrukov 2020-07-23 15:42:17 +03:00 committed by GitHub
parent c2bcd00322
commit 7bfe250035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 64 additions and 0 deletions
tests/graphite/statsd

View file

@ -0,0 +1,7 @@
{
"graphiteHost": "onlyoffice-graphite",
"graphitePort": 2003,
"port": 8125,
"flushInterval": 60000,
"backends": [ "./backends/graphite.js" ]
}