type go.opentelemetry.io/otel/api/metric.MeterOption
9 uses
go.opentelemetry.io/otel/api/metric (current package)
config.go#L91: type MeterOption interface {
config.go#L98: func ConfigureMeter(opts []MeterOption) MeterConfig {
config.go#L109: MeterOption
meter.go#L42: Meter(instrumentationName string, opts ...MeterOption) Meter
noop.go#L35: func (NoopProvider) Meter(_ string, _ ...MeterOption) Meter {
sdkapi.go#L88: func WrapMeterImpl(impl MeterImpl, instrumentatioName string, opts ...MeterOption) 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 {
![]() |
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. |