You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prologic-msgbus/metrics.go

268 lines
5.7 KiB
Go

package msgbus
import (
"fmt"
"net/http"
m.countervecs[key] = countervec
)
return m.metrics[key].(prometheus.Counter)
}