Update pool-server.go
This commit is contained in:
@@ -492,8 +492,8 @@ var (
|
|||||||
func init() {
|
func init() {
|
||||||
var err error
|
var err error
|
||||||
proxyCalls, err = meter.Int64Counter("proxy.calls",
|
proxyCalls, err = meter.Int64Counter("proxy.calls",
|
||||||
metric.WithDescription("The number of rolls by roll value"),
|
metric.WithDescription("Number of proxy calls"),
|
||||||
metric.WithUnit("{roll}"))
|
metric.WithUnit("{calls}"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user