You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-12-05 23:28:10 +02:00
Add prometheus metrics for buffers
This commit is contained in:
@@ -80,7 +80,7 @@ func initDownloading() {
|
||||
Transport: transport,
|
||||
}
|
||||
|
||||
downloadBufPool = newBufPool(conf.Concurrency, conf.DownloadBufferSize)
|
||||
downloadBufPool = newBufPool("download", conf.Concurrency, conf.DownloadBufferSize)
|
||||
}
|
||||
|
||||
func checkDimensions(width, height int) error {
|
||||
|
||||
Reference in New Issue
Block a user