kubernetes/vendor/go.opentelemetry.io/otel/metric/syncint64.go

type Int64Counter

type Int64CounterConfig

// NewInt64CounterConfig returns a new [Int64CounterConfig] with all opts
// applied.
func NewInt64CounterConfig(opts ...Int64CounterOption) Int64CounterConfig {}

// Description returns the configured description.
func (c Int64CounterConfig) Description() string {}

// Unit returns the configured unit.
func (c Int64CounterConfig) Unit() string {}

type Int64CounterOption

type Int64UpDownCounter

type Int64UpDownCounterConfig

// NewInt64UpDownCounterConfig returns a new [Int64UpDownCounterConfig] with
// all opts applied.
func NewInt64UpDownCounterConfig(opts ...Int64UpDownCounterOption) Int64UpDownCounterConfig {}

// Description returns the configured description.
func (c Int64UpDownCounterConfig) Description() string {}

// Unit returns the configured unit.
func (c Int64UpDownCounterConfig) Unit() string {}

type Int64UpDownCounterOption

type Int64Histogram

type Int64HistogramConfig

// NewInt64HistogramConfig returns a new [Int64HistogramConfig] with all opts
// applied.
func NewInt64HistogramConfig(opts ...Int64HistogramOption) Int64HistogramConfig {}

// Description returns the configured description.
func (c Int64HistogramConfig) Description() string {}

// Unit returns the configured unit.
func (c Int64HistogramConfig) Unit() string {}

// ExplicitBucketBoundaries returns the configured explicit bucket boundaries.
func (c Int64HistogramConfig) ExplicitBucketBoundaries() []float64 {}

type Int64HistogramOption

type Int64Gauge

type Int64GaugeConfig

// NewInt64GaugeConfig returns a new [Int64GaugeConfig] with all opts
// applied.
func NewInt64GaugeConfig(opts ...Int64GaugeOption) Int64GaugeConfig {}

// Description returns the configured description.
func (c Int64GaugeConfig) Description() string {}

// Unit returns the configured unit.
func (c Int64GaugeConfig) Unit() string {}

type Int64GaugeOption