Update pool-server.go
All checks were successful
Build and Publish / Metadata (push) Successful in 17s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 49s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m21s

This commit is contained in:
matst80
2025-11-07 09:27:08 +01:00
parent 68eca49cd0
commit 1aa12ff8d9

View File

@@ -492,8 +492,8 @@ var (
func init() {
var err error
proxyCalls, err = meter.Int64Counter("proxy.calls",
metric.WithDescription("The number of rolls by roll value"),
metric.WithUnit("{roll}"))
metric.WithDescription("Number of proxy calls"),
metric.WithUnit("{calls}"))
if err != nil {
panic(err)
}