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
![]() |
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. |