Add Graphite (#265)
This commit is contained in:
parent
c2bcd00322
commit
7bfe250035
5 changed files with 64 additions and 0 deletions
tests/graphite/statsd
7
tests/graphite/statsd/config.js
Normal file
7
tests/graphite/statsd/config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"graphiteHost": "onlyoffice-graphite",
|
||||
"graphitePort": 2003,
|
||||
"port": 8125,
|
||||
"flushInterval": 60000,
|
||||
"backends": [ "./backends/graphite.js" ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue