Commit d92d1c00 authored by refcell.eth's avatar refcell.eth Committed by GitHub

Update op-node/metrics/metrics.go

Co-authored-by: default avatarprotolambda <proto@protolambda.com>
parent e18788fa
...@@ -291,7 +291,7 @@ func NewMetrics(procName string) *Metrics { ...@@ -291,7 +291,7 @@ func NewMetrics(procName string) *Metrics {
Buckets: []float64{.005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10}, Buckets: []float64{.005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10},
Help: "Histogram of p2p peer scores", Help: "Histogram of p2p peer scores",
}, []string{ }, []string{
"method", "peerid",
}), }),
GossipEventsTotal: factory.NewCounterVec(prometheus.CounterOpts{ GossipEventsTotal: factory.NewCounterVec(prometheus.CounterOpts{
Namespace: ns, Namespace: ns,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment