package
1.37.0
Repository: https://github.com/encoredev/encore.dev.git
Documentation: pkg.go.dev

# Functions

NewCounter creates a new counter metric, without any labels.
NewCounterGroup creates a new counter group with a set of labels, where each unique combination of labels becomes its own counter.
NewGauge creates a new counter metric, without any labels.
NewGaugeGroup creates a new gauge group with a set of labels, where each unique combination of labels becomes its own gauge.

# Structs

No description provided by the author
CounterConfig configures a counter.
No description provided by the author
No description provided by the author
GaugeConfig configures a gauge.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author