Add Graphite (#265)

This commit is contained in:
Semyon Bezrukov
2020-07-23 15:42:17 +03:00
committed by GitHub
parent c2bcd00322
commit 7bfe250035
5 changed files with 64 additions and 0 deletions

View File

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