mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-10 12:12:40 +02:00
Add prometheus metrics for buffers
This commit is contained in:
@@ -69,7 +69,7 @@ func startServer() *http.Server {
|
||||
}
|
||||
|
||||
if conf.GZipCompression > 0 {
|
||||
responseGzipBufPool = newBufPool(conf.Concurrency, conf.GZipBufferSize)
|
||||
responseGzipBufPool = newBufPool("gzip", conf.Concurrency, conf.GZipBufferSize)
|
||||
responseGzipPool = newGzipPool(conf.Concurrency)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user