type Int64Observable …
type Int64ObservableCounter …
type Int64ObservableCounterConfig …
func NewInt64ObservableCounterConfig(opts ...Int64ObservableCounterOption) Int64ObservableCounterConfig { … }
func (c Int64ObservableCounterConfig) Description() string { … }
func (c Int64ObservableCounterConfig) Unit() string { … }
func (c Int64ObservableCounterConfig) Callbacks() []Int64Callback { … }
type Int64ObservableCounterOption …
type Int64ObservableUpDownCounter …
type Int64ObservableUpDownCounterConfig …
func NewInt64ObservableUpDownCounterConfig(opts ...Int64ObservableUpDownCounterOption) Int64ObservableUpDownCounterConfig { … }
func (c Int64ObservableUpDownCounterConfig) Description() string { … }
func (c Int64ObservableUpDownCounterConfig) Unit() string { … }
func (c Int64ObservableUpDownCounterConfig) Callbacks() []Int64Callback { … }
type Int64ObservableUpDownCounterOption …
type Int64ObservableGauge …
type Int64ObservableGaugeConfig …
func NewInt64ObservableGaugeConfig(opts ...Int64ObservableGaugeOption) Int64ObservableGaugeConfig { … }
func (c Int64ObservableGaugeConfig) Description() string { … }
func (c Int64ObservableGaugeConfig) Unit() string { … }
func (c Int64ObservableGaugeConfig) Callbacks() []Int64Callback { … }
type Int64ObservableGaugeOption …
type Int64Observer …
type Int64Callback …
type Int64ObservableOption …
type int64CallbackOpt …
func (o int64CallbackOpt) applyInt64ObservableCounter(cfg Int64ObservableCounterConfig) Int64ObservableCounterConfig { … }
func (o int64CallbackOpt) applyInt64ObservableUpDownCounter(cfg Int64ObservableUpDownCounterConfig) Int64ObservableUpDownCounterConfig { … }
func (o int64CallbackOpt) applyInt64ObservableGauge(cfg Int64ObservableGaugeConfig) Int64ObservableGaugeConfig { … }
func WithInt64Callback(callback Int64Callback) Int64ObservableOption { … }