Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IMetrics ¶
type IMetrics interface { Counter(name MetricName, labels Labels) ICounter Gauge(name MetricName, labels Labels) IGauge Observer(name MetricName, labels Labels) IObserver }
type MetricName ¶
type MetricName string
Click to show internal directories.
Click to hide internal directories.