package
0.0.0-20240521175212-4dee7b6a1199
Repository: https://github.com/fishus/go-advanced-metrics.git
Documentation: pkg.go.dev

# Functions

NewCounter returns a pointer to the Counter structure.
NewCounterMetric returns a metric data structure of type counter.
NewGauge returns a pointer to the Gauge structure.
NewGaugeMetric returns a metric data structure of type gauge.

# Constants

Available metric types.
Available metric types.

# Structs

Counter implements the metric type Counter.
Gauge implements the metric type Gauge.
Metrics structure is used to process incoming data and return results in handlers.