Skip to content

Commit

Permalink
Update p2p/host/autonat/metrics.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
  • Loading branch information
sukunrt and marten-seemann authored Feb 15, 2023
1 parent 262a3ab commit 23c00d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/host/autonat/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
reachabilityStatusConfidence = prometheus.NewGauge(
prometheus.GaugeOpts{
Namespace: metricNamespace,
Name: "reachability_status_confidnce",
Name: "reachability_status_confidence",
Help: "Node reachability status confidence",
},
)
Expand Down

0 comments on commit 23c00d0

Please sign in to comment.