Skip to content

Commit

Permalink
Update p2p/protocol/circuitv2/relay/metrics.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Seemann <[email protected]>
  • Loading branch information
sukunrt and marten-seemann authored Mar 2, 2023
1 parent 12f6aa7 commit 5e4d6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/protocol/circuitv2/relay/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
reservationTotal = prometheus.NewCounterVec(
prometheus.CounterOpts{
Namespace: metricNamespace,
Name: "reservation_total",
Name: "reservations_total",
Help: "Relay Reservation Request",
},
[]string{"type"},
Expand Down

0 comments on commit 5e4d6f8

Please sign in to comment.