type Int64Counter …
type Int64CounterConfig …
func NewInt64CounterConfig(opts ...Int64CounterOption) Int64CounterConfig { … }
func (c Int64CounterConfig) Description() string { … }
func (c Int64CounterConfig) Unit() string { … }
type Int64CounterOption …
type Int64UpDownCounter …
type Int64UpDownCounterConfig …
func NewInt64UpDownCounterConfig(opts ...Int64UpDownCounterOption) Int64UpDownCounterConfig { … }
func (c Int64UpDownCounterConfig) Description() string { … }
func (c Int64UpDownCounterConfig) Unit() string { … }
type Int64UpDownCounterOption …
type Int64Histogram …
type Int64HistogramConfig …
func NewInt64HistogramConfig(opts ...Int64HistogramOption) Int64HistogramConfig { … }
func (c Int64HistogramConfig) Description() string { … }
func (c Int64HistogramConfig) Unit() string { … }
func (c Int64HistogramConfig) ExplicitBucketBoundaries() []float64 { … }
type Int64HistogramOption …
type Int64Gauge …
type Int64GaugeConfig …
func NewInt64GaugeConfig(opts ...Int64GaugeOption) Int64GaugeConfig { … }
func (c Int64GaugeConfig) Description() string { … }
func (c Int64GaugeConfig) Unit() string { … }
type Int64GaugeOption …