Package io.opentelemetry.sdk.metrics
Interface AbstractInstrumentBuilder.SwapBuilder<T>
- Enclosing class:
- AbstractInstrumentBuilder<BuilderT extends AbstractInstrumentBuilder<?>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionnewBuilder
(io.opentelemetry.sdk.metrics.internal.state.MeterProviderSharedState meterProviderSharedState, io.opentelemetry.sdk.metrics.internal.state.MeterSharedState meterSharedState, String name, String description, String unit)
-
Method Details