type go.opentelemetry.io/otel/api/metric.Meter
30 uses
go.opentelemetry.io/otel/api/metric (current package)
meter.go#L42: Meter(instrumentationName string, opts ...MeterOption) Meter
meter.go#L49: type Meter struct {
meter.go#L55: func (m Meter) RecordBatch(ctx context.Context, ls []label.KeyValue, ms ...Measurement) {
meter.go#L64: func (m Meter) NewBatchObserver(callback BatchObserverFunc) BatchObserver {
meter.go#L75: func (m Meter) NewInt64Counter(name string, options ...InstrumentOption) (Int64Counter, error) {
meter.go#L84: func (m Meter) NewFloat64Counter(name string, options ...InstrumentOption) (Float64Counter, error) {
meter.go#L93: func (m Meter) NewInt64UpDownCounter(name string, options ...InstrumentOption) (Int64UpDownCounter, error) {
meter.go#L102: func (m Meter) NewFloat64UpDownCounter(name string, options ...InstrumentOption) (Float64UpDownCounter, error) {
meter.go#L111: func (m Meter) NewInt64ValueRecorder(name string, opts ...InstrumentOption) (Int64ValueRecorder, error) {
meter.go#L120: func (m Meter) NewFloat64ValueRecorder(name string, opts ...InstrumentOption) (Float64ValueRecorder, error) {
meter.go#L129: func (m Meter) NewInt64ValueObserver(name string, callback Int64ObserverFunc, opts ...InstrumentOption) (Int64ValueObserver, error) {
meter.go#L142: func (m Meter) NewFloat64ValueObserver(name string, callback Float64ObserverFunc, opts ...InstrumentOption) (Float64ValueObserver, error) {
meter.go#L155: func (m Meter) NewInt64SumObserver(name string, callback Int64ObserverFunc, opts ...InstrumentOption) (Int64SumObserver, error) {
meter.go#L168: func (m Meter) NewFloat64SumObserver(name string, callback Float64ObserverFunc, opts ...InstrumentOption) (Float64SumObserver, error) {
meter.go#L181: func (m Meter) NewInt64UpDownSumObserver(name string, callback Int64ObserverFunc, opts ...InstrumentOption) (Int64UpDownSumObserver, error) {
meter.go#L194: func (m Meter) NewFloat64UpDownSumObserver(name string, callback Float64ObserverFunc, opts ...InstrumentOption) (Float64UpDownSumObserver, error) {
meter.go#L279: func (m Meter) MeterImpl() MeterImpl {
meter.go#L284: func (m Meter) newAsync(
meter.go#L304: func (m Meter) newSync(
must.go#L20: meter Meter
must.go#L32: func Must(meter Meter) MeterMust {
noop.go#L35: func (NoopProvider) Meter(_ string, _ ...MeterOption) Meter {
noop.go#L36: return Meter{}
observer.go#L20: meter Meter
sdkapi.go#L88: func WrapMeterImpl(impl MeterImpl, instrumentatioName string, opts ...MeterOption) Meter {
sdkapi.go#L89: return Meter{
go.opentelemetry.io/otel/api/metric/registry
registry.go#L59: func (p *Provider) Meter(instrumentationName string, opts ...metric.MeterOption) metric.Meter {
go.opentelemetry.io/otel/api/global
metric.go#L30: func Meter(instrumentationName string, opts ...metric.MeterOption) metric.Meter {
go.opentelemetry.io/otel/api/global/internal
meter.go#L145: func (p *meterProvider) Meter(instrumentationName string, opts ...metric.MeterOption) metric.Meter {
go.opentelemetry.io/otel
otel.go#L25: type Meter = metric.Meter
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |