mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
Fix metrics startup
This commit is contained in:
@ -11,7 +11,9 @@
|
||||
"scripts": [
|
||||
"node_modules/statsd/backends/repeater.js",
|
||||
"node_modules/statsd/backends/graphite.js",
|
||||
"node_modules/statsd/backends/repeater.js"
|
||||
"node_modules/statsd/backends/repeater.js",
|
||||
"node_modules/statsd/servers/tcp.js",
|
||||
"node_modules/statsd/servers/udp.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user