# README
metrics
Experimental package metrics
contains adopter interfaces for monitoring system and common metrics of ydb-go-sdk
# Functions
No description provided by the author
# Interfaces
Config is interface for metrics registry config
Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental.
Counter counts value.
CounterVec returns Counter from CounterVec by labels.
Gauge tracks single float64 value.
GaugeVec returns Gauge from GaugeVec by labels.
Histogram tracks distribution of value.
HistogramVec stores multiple dynamically created timers.
Registry is interface for metrics registry
Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental.
Timer tracks distribution of value.
TimerVec stores multiple dynamically created timers.