mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
Update runtimehistogram.go
This commit is contained in:
parent
f543bbf6ad
commit
ad13c0f096
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ func getOrRegisterRuntimeHistogram(name string, scale float64, r Registry) *runt
|
|||
|
||||
// runtimeHistogram wraps a runtime/metrics histogram.
|
||||
type runtimeHistogram struct {
|
||||
v atomic.Pointer[metrics.Float64Histogram] // v is a pointer to a metrics.Float64Histogram
|
||||
v atomic.Pointer[float64Histogram]
|
||||
scaleFactor float64
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue