Skip to content

Commit

Permalink
change name prom
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Nov 18, 2024
1 parent 394229c commit 8098210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metrics/btcstaking_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ func newUnbondingWatcherMetrics(registry *prometheus.Registry) *UnbondingWatcher
Help: "The total number of unbonding transactions successfully reported to Babylon node",
}),
MethodExecutionLatency: registerer.NewHistogramVec(prometheus.HistogramOpts{
Namespace: "unbonding_watcher_method_latency_seconds",
Help: "Latency in seconds",
Buckets: []float64{.001, .002, .005, .01, .025, .05, .1},
Name: "unbonding_watcher_method_latency_seconds",
Help: "Latency in seconds",
Buckets: []float64{.001, .002, .005, .01, .025, .05, .1},
}, []string{"method"}),
}

Expand Down

0 comments on commit 8098210

Please sign in to comment.