Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMeter ¶
func NewMeter(c MeterConfig) otelmetric.Meter
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
func NewCounter ¶
func NewCounter(c CounterConfig) *Counter
type CounterConfig ¶
type Fake ¶
type Fake struct {
// contains filtered or unexported fields
}
func NewFake ¶
func NewFake(c FakeConfig) *Fake
type FakeConfig ¶
type Gauge ¶
type Gauge struct {
// contains filtered or unexported fields
}
func NewGauge ¶
func NewGauge(c GaugeConfig) *Gauge
type GaugeConfig ¶
type Histogram ¶
type Histogram struct {
// contains filtered or unexported fields
}
func NewHistogram ¶
func NewHistogram(c HistogramConfig) *Histogram
type HistogramConfig ¶
type MeterConfig ¶
Click to show internal directories.
Click to hide internal directories.