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

9 uses

	go.opentelemetry.io/otel/api/metric (current package)
		config.go#L20: type InstrumentConfig struct {
		config.go#L37: 	ApplyInstrument(*InstrumentConfig)
		config.go#L42: func ConfigureInstrument(opts []InstrumentOption) InstrumentConfig {
		config.go#L43: 	var config InstrumentConfig
		config.go#L57: func (d descriptionOption) ApplyInstrument(config *InstrumentConfig) {
		config.go#L68: func (u unitOption) ApplyInstrument(config *InstrumentConfig) {
		config.go#L79: func (i instrumentationNameOption) ApplyInstrument(config *InstrumentConfig) {
		config.go#L123: func (i instrumentationVersionOption) ApplyInstrument(config *InstrumentConfig) {
		descriptor.go#L26: 	config     InstrumentConfig