mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
Fix vips_allocs OTel metric unit
This commit is contained in:
parent
aa1f3aac9c
commit
dc86a5e3a2
@ -19,6 +19,7 @@
|
||||
- Fix wrong colors when the source image has a linear colorspace.
|
||||
- Fix wrong colors or opacity when the source image is a TIFF with a float sample format.
|
||||
- Fix crashes during processing of large animated WebPs.
|
||||
- Fix `vips_allocs` OTel metric unit (was `By`, fixed to `1`).
|
||||
- (pro) Fix generating thumbnails for WebM videos with transparency.
|
||||
- (pro) Fix style injection into some SVGs.
|
||||
|
||||
|
@ -130,7 +130,7 @@ func Init() error {
|
||||
otel.AddGaugeFunc(
|
||||
"vips_allocs",
|
||||
"A gauge of the number of active vips allocations.",
|
||||
"By",
|
||||
"1",
|
||||
GetAllocs,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user