type go.opentelemetry.io/otel/metric.Meter (interface)

Method Implmentations

Float64Counter(name string, options ...Float64CounterOption) (Float64Counter, error) go.opentelemetry.io/otel/metric/noop.Meter.Float64Counter
Float64Gauge(name string, options ...Float64GaugeOption) (Float64Gauge, error) go.opentelemetry.io/otel/metric/noop.Meter.Float64Gauge
Float64Histogram(name string, options ...Float64HistogramOption) (Float64Histogram, error) go.opentelemetry.io/otel/metric/noop.Meter.Float64Histogram
Int64Counter(name string, options ...Int64CounterOption) (Int64Counter, error) go.opentelemetry.io/otel/metric/noop.Meter.Int64Counter
Int64Gauge(name string, options ...Int64GaugeOption) (Int64Gauge, error) go.opentelemetry.io/otel/metric/noop.Meter.Int64Gauge
Int64Histogram(name string, options ...Int64HistogramOption) (Int64Histogram, error) go.opentelemetry.io/otel/metric/noop.Meter.Int64Histogram
Int64UpDownCounter(name string, options ...Int64UpDownCounterOption) (Int64UpDownCounter, error) go.opentelemetry.io/otel/metric/noop.Meter.Int64UpDownCounter
RegisterCallback(f Callback, instruments ...Observable) (Registration, error) go.opentelemetry.io/otel/metric/noop.Meter.RegisterCallback