type go.opentelemetry.io/otel/api/metric.MeterConfig

5 uses

	go.opentelemetry.io/otel/api/metric (current package)
		config.go#L84: type MeterConfig struct {
		config.go#L93: 	ApplyMeter(*MeterConfig)
		config.go#L98: func ConfigureMeter(opts []MeterOption) MeterConfig {
		config.go#L99: 	var config MeterConfig
		config.go#L119: func (i instrumentationVersionOption) ApplyMeter(config *MeterConfig) {