Uses of Class
io.quarkus.opentelemetry.runtime.tracing.DelayedAttributes
-
Packages that use DelayedAttributes Package Description io.quarkus.opentelemetry.runtime io.quarkus.opentelemetry.runtime.tracing.cdi -
-
Uses of DelayedAttributes in io.quarkus.opentelemetry.runtime
Constructor parameters in io.quarkus.opentelemetry.runtime with type arguments of type DelayedAttributes Constructor Description ResourceCustomizer(ApplicationConfig appConfig, OTelBuildConfig oTelBuildConfig, OTelRuntimeConfig oTelRuntimeConfig, jakarta.enterprise.inject.Instance<DelayedAttributes> delayedAttributes, List<io.opentelemetry.sdk.resources.Resource> resources) -
Uses of DelayedAttributes in io.quarkus.opentelemetry.runtime.tracing.cdi
Methods in io.quarkus.opentelemetry.runtime.tracing.cdi that return DelayedAttributes Modifier and Type Method Description DelayedAttributesTracerProducer. getDelayedAttributes()
-