Add prometheus metrics for buffers

This commit is contained in:
DarthSim
2019-01-28 22:18:54 +06:00
parent 69549b878a
commit e566aedcc3
5 changed files with 37 additions and 5 deletions

View File

@@ -441,9 +441,9 @@ func init() {
logFatal("GZip buffer size can't be creater than %d", ^uint32(0))
}
initDownloading()
initNewrelic()
initPrometheus()
initDownloading()
initErrorsReporting()
initVips()
}