package
0.0.0-20250226203627-b5e4b4082cf5
Repository: https://github.com/ydb-platform/nbs.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewRegistryOpts returns new initialized instance of RegistryOpts.

# Structs

Counter tracks monotonically increasing value.
CounterVec stores counters and implements metrics.CounterVec interface.
DurationHistogramVec stores duration histograms and implements metrics.TimerVec interface.
No description provided by the author
No description provided by the author
No description provided by the author
Gauge tracks single float64 value.
GaugeVec stores gauges and implements metrics.GaugeVec interface.
No description provided by the author
HistogramVec stores histograms and implements metrics.HistogramVec interface.
IntGauge tracks single int64 value.
IntGaugeVec stores gauges and implements metrics.IntGaugeVec interface.
No description provided by the author
No description provided by the author
Timer measures gauge duration.
TimerVec stores timers and implements metrics.TimerVec interface.
Vector is base implementation of vector of metrics of any supported type.

# Interfaces

No description provided by the author