Fix vips_allocs OTel metric unit

This commit is contained in:
DarthSim
2023-10-06 01:31:59 +03:00
parent aa1f3aac9c
commit dc86a5e3a2
2 changed files with 2 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ func Init() error {
otel.AddGaugeFunc(
"vips_allocs",
"A gauge of the number of active vips allocations.",
"By",
"1",
GetAllocs,
)