A B C D E F G H I L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- absoluteURI() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer.HttpRequestSpan
- asMap() - Method in class io.quarkus.opentelemetry.runtime.tracing.DelayedAttributes
- attach(Context) - Method in enum io.quarkus.opentelemetry.runtime.MDCEnabledContextStorage
- attach(Context) - Method in enum io.quarkus.opentelemetry.runtime.QuarkusContextStorage
-
Attach the OpenTelemetry Context to the current Context.
- attach(Context, Context) - Method in enum io.quarkus.opentelemetry.runtime.QuarkusContextStorage
-
Attach the OpenTelemetry Context in the Vert.x Context if it is a duplicated Vert.x Context.
B
- batchSpanProcessorForJaeger() - Method in class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpExporterProvider
C
- canHandle(R, TagExtractor<R>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.EventBusInstrumenterVertxTracer
- canHandle(R, TagExtractor<R>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer
- canHandle(R, TagExtractor<R>) - Method in interface io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.InstrumenterVertxTracer
- canHandle(R, TagExtractor<R>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer
- clearMDCData(Context) - Static method in class io.quarkus.opentelemetry.runtime.OpenTelemetryUtil
-
Clears MDC data related to OpenTelemetry
- client(MethodDescriptor<?, ?>) - Static method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcRequest
- client(MethodDescriptor<?, ?>, Metadata) - Static method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcRequest
- close() - Method in class io.quarkus.opentelemetry.runtime.exporter.otlp.LateBoundBatchSpanProcessor
- compression - Variable in class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpExporterConfig.OtlpExporterRuntimeConfig
-
Compression method to be used by exporter to compress the payload.
- connectionString() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer.QueryTrace
- connectionString(SqlClientInstrumenterVertxTracer.QueryTrace) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer.SqlClientAttributesGetter
- convertKeyValueListToMap(List<String>) - Static method in class io.quarkus.opentelemetry.runtime.OpenTelemetryUtil
-
Converts a list of "key=value" pairs into a map.
- createOpenTelemetry(RuntimeValue<SdkTracerProvider>, OpenTelemetryConfig) - Method in class io.quarkus.opentelemetry.runtime.OpenTelemetryRecorder
- createTracerProvider(String, String, String, ShutdownContext) - Method in class io.quarkus.opentelemetry.runtime.tracing.TracerRecorder
- createTracers() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.InstrumentationRecorder
- current() - Method in enum io.quarkus.opentelemetry.runtime.MDCEnabledContextStorage
- current() - Method in enum io.quarkus.opentelemetry.runtime.QuarkusContextStorage
-
Gets the current OpenTelemetry Context from the current Vert.x Context if one exists or from the default ContextStorage.
D
- decorate(Multi<? extends Message<?>>, String, boolean) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.reactivemessaging.ReactiveMessagingTracingDecorator
-
Incoming messages
- decorate(Multi<? extends Message<?>>, List<String>, boolean) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.reactivemessaging.ReactiveMessagingTracingDecorator
-
Outgoing messages
- DelayedAttributes - Class in io.quarkus.opentelemetry.runtime.tracing
-
Class enabling Quarkus to instantiate a
TracerProviderduring static initialization and set aAttributesdelegate during runtime initialization. - DelayedAttributes() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.DelayedAttributes
- Delegator() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingDevModeFactory.Delegator
- DropTargetsSampler - Class in io.quarkus.opentelemetry.runtime.tracing
- DropTargetsSampler(Sampler, List<String>) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.DropTargetsSampler
E
- eagerlyCreateContextStorage() - Method in class io.quarkus.opentelemetry.runtime.OpenTelemetryRecorder
- enabled - Variable in class io.quarkus.opentelemetry.runtime.config.OpenTelemetryConfig
-
OpenTelemetry support.
- enabled - Variable in class io.quarkus.opentelemetry.runtime.config.TracerConfig
-
Support for tracing with OpenTelemetry.
- enabled - Variable in class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpExporterConfig.OtlpExporterBuildConfig
-
OTLP SpanExporter support.
- endpoint - Variable in class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpExporterConfig.OtlpExporterRuntimeConfig
-
The OTLP endpoint to connect to.
- EventBusInstrumenterVertxTracer - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- EventBusInstrumenterVertxTracer(OpenTelemetry) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.EventBusInstrumenterVertxTracer
- exporter - Variable in class io.quarkus.opentelemetry.runtime.config.TracerConfig
-
Build / static runtime config for span exporters
- exportTimeout - Variable in class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpExporterConfig.OtlpExporterRuntimeConfig
-
The maximum amount of time to wait for the collector to process exported spans before an exception is thrown.
- extract(SpanStatusBuilder, GrpcRequest, Status, Throwable) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcSpanStatusExtractor
- extract(GrpcRequest) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcSpanNameExtractor
- extractClientIP(HttpServerRequest) - Static method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.VertxUtil
- extractRemoteHostname(HttpServerRequest) - Static method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.VertxUtil
- extractRemoteHostPort(HttpServerRequest) - Static method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.VertxUtil
F
- FACTORY - Static variable in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.InstrumentationRecorder
- filter(ClientRequestContext) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.restclient.OpenTelemetryClientFilter
- filter(ClientRequestContext, ClientResponseContext) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.restclient.OpenTelemetryClientFilter
- filter(ContainerRequestContext) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.resteasy.OpenTelemetryClassicServerFilter
- filter(SimpleResourceInfo) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.resteasy.OpenTelemetryReactiveServerFilter
- forceFlush() - Method in class io.quarkus.opentelemetry.runtime.exporter.otlp.LateBoundBatchSpanProcessor
- forEach(BiConsumer<? super AttributeKey<?>, ? super Object>) - Method in class io.quarkus.opentelemetry.runtime.tracing.DelayedAttributes
G
- get() - Method in class io.quarkus.opentelemetry.runtime.OpenTelemetryContextStorageProvider
- get(AttributeKey<T>) - Method in class io.quarkus.opentelemetry.runtime.tracing.DelayedAttributes
- get_headers(Object) - Static method in class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpExporterConfig$OtlpExporterRuntimeConfig$$accessor
- getAnnotationBindings() - Method in class io.quarkus.opentelemetry.runtime.tracing.cdi.MethodRequest
- getArgs() - Method in class io.quarkus.opentelemetry.runtime.tracing.cdi.MethodRequest
- getAttributes() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcRequest
- getBaggage() - Method in class io.quarkus.opentelemetry.runtime.tracing.cdi.TracerProducer
- getContext() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer.HttpRequestSpan
- getContext() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxMetricsFactory.OpenTelemetryHttpServerMetrics.MetricRequest
- getContext() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracer.SpanOperation
- getContext(Context) - Static method in enum io.quarkus.opentelemetry.runtime.QuarkusContextStorage
-
Gets the OpenTelemetry Context in a Vert.x Context.
- getDelayedAttributes() - Method in class io.quarkus.opentelemetry.runtime.tracing.cdi.TracerProducer
- getDelegate() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingDevModeFactory.Delegator
- getDescription() - Method in class io.quarkus.opentelemetry.runtime.tracing.DropTargetsSampler
- getDescription() - Method in class io.quarkus.opentelemetry.runtime.tracing.LateBoundSampler
- getHeaders() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracer.SpanOperation
- getLateBoundSampler() - Method in class io.quarkus.opentelemetry.runtime.tracing.cdi.TracerProducer
- getMetadata() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcRequest
- getMethod() - Method in class io.quarkus.opentelemetry.runtime.tracing.cdi.MethodRequest
- getMethodDescriptor() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcRequest
- getOpenTelemetry() - Method in class io.quarkus.opentelemetry.runtime.OpenTelemetryProducer
- getPriority() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.reactivemessaging.ReactiveMessagingTracingDecorator
- getReceiveRequestInstrumenter() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.EventBusInstrumenterVertxTracer
- getReceiveRequestInstrumenter() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer
- getReceiveRequestInstrumenter() - Method in interface io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.InstrumenterVertxTracer
- getReceiveRequestInstrumenter() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer
- getReceiveResponseInstrumenter() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.EventBusInstrumenterVertxTracer
- getReceiveResponseInstrumenter() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer
- getReceiveResponseInstrumenter() - Method in interface io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.InstrumenterVertxTracer
- getReceiveResponseInstrumenter() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer
- getRequest() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracer.SpanOperation
- getScope() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracer.SpanOperation
- getSendRequestInstrumenter() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.EventBusInstrumenterVertxTracer
- getSendRequestInstrumenter() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer
- getSendRequestInstrumenter() - Method in interface io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.InstrumenterVertxTracer
- getSendRequestInstrumenter() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer
- getSendResponseInstrumenter() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.EventBusInstrumenterVertxTracer
- getSendResponseInstrumenter() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer
- getSendResponseInstrumenter() - Method in interface io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.InstrumenterVertxTracer
- getSendResponseInstrumenter() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer
- getSpan() - Method in class io.quarkus.opentelemetry.runtime.tracing.cdi.TracerProducer
- getSpanContext() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer.HttpRequestSpan
- getSpanContext() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracer.SpanOperation
- getTracer() - Method in class io.quarkus.opentelemetry.runtime.tracing.cdi.TracerProducer
- getVertxContext() - Static method in enum io.quarkus.opentelemetry.runtime.QuarkusContextStorage
-
Gets the current duplicated context or a new duplicated context if a Vert.x Context exists.
- getVertxTracerDelegator() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingDevModeFactory
- getVertxTracingMetricsOptions() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.InstrumentationRecorder
- getVertxTracingOptionsDevMode() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.InstrumentationRecorder
- getVertxTracingOptionsProd(RuntimeValue<OpenTelemetryVertxTracer>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.InstrumentationRecorder
- GrpcAttributesGetter - Enum in io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc
- GrpcRequest - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc
- GrpcSpanNameExtractor - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc
- GrpcSpanNameExtractor() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcSpanNameExtractor
- GrpcSpanStatusExtractor - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc
- GrpcSpanStatusExtractor() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcSpanStatusExtractor
- GrpcStatusCodeExtractor - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc
- GrpcStatusCodeExtractor() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcStatusCodeExtractor
- GrpcTracingClientInterceptor - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc
- GrpcTracingClientInterceptor(OpenTelemetry) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcTracingClientInterceptor
- GrpcTracingServerInterceptor - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc
- GrpcTracingServerInterceptor(OpenTelemetry) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcTracingServerInterceptor
H
- headers - Variable in class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpExporterConfig.OtlpExporterRuntimeConfig
-
Key-value pairs to be used as headers associated with gRPC requests.
- headers() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer.HttpRequestSpan
- HttpInstrumenterVertxTracer - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- HttpInstrumenterVertxTracer(OpenTelemetry) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer
- HttpInstrumenterVertxTracer.HttpRequestSpan - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- HttpRequestSpan(HttpRequest, MultiMap, Context, Context) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer.HttpRequestSpan
I
- id() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer.HttpRequestSpan
- includeStaticResources - Variable in class io.quarkus.opentelemetry.runtime.config.TracerRuntimeConfig
-
Include static resources from trace collection.
- installBatchSpanProcessorForOtlp(OtlpExporterConfig.OtlpExporterRuntimeConfig, LaunchMode) - Method in class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpRecorder
- INSTANCE - io.quarkus.opentelemetry.runtime.MDCEnabledContextStorage
- INSTANCE - io.quarkus.opentelemetry.runtime.QuarkusContextStorage
- INSTANCE - io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcAttributesGetter
- INSTRUMENTATION_NAME - Static variable in class io.quarkus.opentelemetry.runtime.config.OpenTelemetryConfig
- InstrumentationRecorder - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation
- InstrumentationRecorder() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.InstrumentationRecorder
- InstrumenterVertxTracer<REQ,RESP> - Interface in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcTracingClientInterceptor
- interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcTracingServerInterceptor
- io.quarkus.opentelemetry.runtime - package io.quarkus.opentelemetry.runtime
- io.quarkus.opentelemetry.runtime.config - package io.quarkus.opentelemetry.runtime.config
- io.quarkus.opentelemetry.runtime.exporter.otlp - package io.quarkus.opentelemetry.runtime.exporter.otlp
- io.quarkus.opentelemetry.runtime.exporter.otlp.graal - package io.quarkus.opentelemetry.runtime.exporter.otlp.graal
- io.quarkus.opentelemetry.runtime.graal - package io.quarkus.opentelemetry.runtime.graal
- io.quarkus.opentelemetry.runtime.tracing - package io.quarkus.opentelemetry.runtime.tracing
- io.quarkus.opentelemetry.runtime.tracing.cdi - package io.quarkus.opentelemetry.runtime.tracing.cdi
- io.quarkus.opentelemetry.runtime.tracing.intrumentation - package io.quarkus.opentelemetry.runtime.tracing.intrumentation
- io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc - package io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc
- io.quarkus.opentelemetry.runtime.tracing.intrumentation.reactivemessaging - package io.quarkus.opentelemetry.runtime.tracing.intrumentation.reactivemessaging
- io.quarkus.opentelemetry.runtime.tracing.intrumentation.restclient - package io.quarkus.opentelemetry.runtime.tracing.intrumentation.restclient
- io.quarkus.opentelemetry.runtime.tracing.intrumentation.resteasy - package io.quarkus.opentelemetry.runtime.tracing.intrumentation.resteasy
- io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx - package io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- isEmpty() - Method in class io.quarkus.opentelemetry.runtime.tracing.DelayedAttributes
- isEndRequired() - Method in class io.quarkus.opentelemetry.runtime.exporter.otlp.LateBoundBatchSpanProcessor
- isReactiveClient(ClientRequestContext) - Static method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.restclient.OpenTelemetryClientFilter
- isStartRequired() - Method in class io.quarkus.opentelemetry.runtime.exporter.otlp.LateBoundBatchSpanProcessor
L
- LateBoundBatchSpanProcessor - Class in io.quarkus.opentelemetry.runtime.exporter.otlp
-
Class to facilitate a delay in when the worker thread inside
BatchSpanProcessoris started, enabling Quarkus to instantiate aTracerProviderduring static initialization and set aBatchSpanProcessordelegate during runtime initialization. - LateBoundBatchSpanProcessor() - Constructor for class io.quarkus.opentelemetry.runtime.exporter.otlp.LateBoundBatchSpanProcessor
- LateBoundSampler - Class in io.quarkus.opentelemetry.runtime.tracing
-
Class enabling Quarkus to instantiate a
TracerProviderduring static initialization and set aSamplerdelegate during runtime initialization. - LateBoundSampler() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.LateBoundSampler
M
- mapPropagators(List<String>) - Static method in class io.quarkus.opentelemetry.runtime.OpenTelemetryUtil
- mapResourceAttributes(List<String>) - Static method in class io.quarkus.opentelemetry.runtime.tracing.TracerUtil
- mapSampler(TracerRuntimeConfig.SamplerConfig, List<String>) - Static method in class io.quarkus.opentelemetry.runtime.tracing.TracerUtil
- MDCEnabledContextStorage - Enum in io.quarkus.opentelemetry.runtime
-
A Context Storage that wraps the default OpenTelemetry ContextStorage and adds MDC functionality.
- method() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer.HttpRequestSpan
- method(GrpcRequest) - Method in enum io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcAttributesGetter
- MethodRequest - Class in io.quarkus.opentelemetry.runtime.tracing.cdi
- MethodRequest(Method, Object[], Set<Annotation>) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.cdi.MethodRequest
- MetricRequest(HttpRequest) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxMetricsFactory.OpenTelemetryHttpServerMetrics.MetricRequest
- metrics(VertxOptions) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxMetricsFactory
N
- name(SqlClientInstrumenterVertxTracer.QueryTrace) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer.SqlClientAttributesGetter
O
- onEnd(AttributesBuilder, Context, GrpcRequest, Status, Throwable) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcStatusCodeExtractor
- onEnd(ReadableSpan) - Method in class io.quarkus.opentelemetry.runtime.exporter.otlp.LateBoundBatchSpanProcessor
- onStart(AttributesBuilder, Context, GrpcRequest) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcStatusCodeExtractor
- onStart(Context, ReadWriteSpan) - Method in class io.quarkus.opentelemetry.runtime.exporter.otlp.LateBoundBatchSpanProcessor
- OpenTelemetryClassicServerFilter - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.resteasy
-
Handles RESTEasy Classic
- OpenTelemetryClassicServerFilter() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.resteasy.OpenTelemetryClassicServerFilter
- OpenTelemetryClientFilter - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.restclient
-
A client filter for the JAX-RS Client and MicroProfile REST Client that records OpenTelemetry data.
- OpenTelemetryClientFilter() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.restclient.OpenTelemetryClientFilter
- OpenTelemetryClientFilter(OpenTelemetry) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.restclient.OpenTelemetryClientFilter
- OpenTelemetryConfig - Class in io.quarkus.opentelemetry.runtime.config
- OpenTelemetryConfig() - Constructor for class io.quarkus.opentelemetry.runtime.config.OpenTelemetryConfig
- OpenTelemetryContextStorageProvider - Class in io.quarkus.opentelemetry.runtime
- OpenTelemetryContextStorageProvider() - Constructor for class io.quarkus.opentelemetry.runtime.OpenTelemetryContextStorageProvider
- OpenTelemetryHttpServerMetrics() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxMetricsFactory.OpenTelemetryHttpServerMetrics
- OpenTelemetryProducer - Class in io.quarkus.opentelemetry.runtime
- OpenTelemetryProducer() - Constructor for class io.quarkus.opentelemetry.runtime.OpenTelemetryProducer
- OpenTelemetryReactiveServerFilter - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.resteasy
-
Handles RESTEasy Reactive (via Vert.x)
- OpenTelemetryReactiveServerFilter() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.resteasy.OpenTelemetryReactiveServerFilter
- OpenTelemetryRecorder - Class in io.quarkus.opentelemetry.runtime
- OpenTelemetryRecorder() - Constructor for class io.quarkus.opentelemetry.runtime.OpenTelemetryRecorder
- OpenTelemetryUtil - Class in io.quarkus.opentelemetry.runtime
- OpenTelemetryVertxMetricsFactory - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
-
This is used to retrieve the route name from Vert.x.
- OpenTelemetryVertxMetricsFactory() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxMetricsFactory
- OpenTelemetryVertxMetricsFactory.OpenTelemetryHttpServerMetrics - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- OpenTelemetryVertxMetricsFactory.OpenTelemetryHttpServerMetrics.MetricRequest - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- OpenTelemetryVertxTracer - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- OpenTelemetryVertxTracer(List<InstrumenterVertxTracer<?, ?>>) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracer
- OpenTelemetryVertxTracer.SpanOperation - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- OpenTelemetryVertxTracingDevModeFactory - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- OpenTelemetryVertxTracingDevModeFactory() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingDevModeFactory
- OpenTelemetryVertxTracingDevModeFactory.Delegator - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- OpenTelemetryVertxTracingFactory - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- OpenTelemetryVertxTracingFactory(OpenTelemetryVertxTracer) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingFactory
- OtlpExporterBuildConfig() - Constructor for class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpExporterConfig.OtlpExporterBuildConfig
- OtlpExporterConfig - Class in io.quarkus.opentelemetry.runtime.exporter.otlp
- OtlpExporterConfig() - Constructor for class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpExporterConfig
- OtlpExporterConfig.OtlpExporterBuildConfig - Class in io.quarkus.opentelemetry.runtime.exporter.otlp
- OtlpExporterConfig.OtlpExporterRuntimeConfig - Class in io.quarkus.opentelemetry.runtime.exporter.otlp
- OtlpExporterConfig$OtlpExporterRuntimeConfig$$accessor - Class in io.quarkus.opentelemetry.runtime.exporter.otlp
- OtlpExporterProvider - Class in io.quarkus.opentelemetry.runtime.exporter.otlp
- OtlpExporterProvider() - Constructor for class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpExporterProvider
- OtlpExporterRuntimeConfig() - Constructor for class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpExporterConfig.OtlpExporterRuntimeConfig
- OtlpRecorder - Class in io.quarkus.opentelemetry.runtime.exporter.otlp
- OtlpRecorder() - Constructor for class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpRecorder
P
- PARENT_ID - Static variable in class io.quarkus.opentelemetry.runtime.OpenTelemetryUtil
- parentBased - Variable in class io.quarkus.opentelemetry.runtime.config.TracerRuntimeConfig.SamplerConfig
-
If the sampler to use for tracing is parent based.
- platformDefault() - Static method in class io.quarkus.opentelemetry.runtime.graal.RandomSupplier
- propagators - Variable in class io.quarkus.opentelemetry.runtime.config.OpenTelemetryConfig
-
Comma separated list of OpenTelemetry propagators which must be supported.
Q
- QuarkusContextStorage - Enum in io.quarkus.opentelemetry.runtime
-
Bridges the OpenTelemetry ContextStorage with the Vert.x Context.
- queryTrace(Map<String, String>) - Static method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer.QueryTrace
- QueryTrace(Map<String, String>) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer.QueryTrace
R
- RandomSupplier - Class in io.quarkus.opentelemetry.runtime.graal
- RandomSupplier() - Constructor for class io.quarkus.opentelemetry.runtime.graal.RandomSupplier
- ratio - Variable in class io.quarkus.opentelemetry.runtime.config.TracerRuntimeConfig.SamplerConfig
-
The sampler ratio to use for tracing.
- rawStatement() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer.QueryTrace
- rawStatement(SqlClientInstrumenterVertxTracer.QueryTrace) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer.SqlClientAttributesGetter
- ReactiveMessagingTracingDecorator - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.reactivemessaging
-
Intercepts incoming and outgoing messages from Reactive Messaging connectors.
- ReactiveMessagingTracingDecorator() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.reactivemessaging.ReactiveMessagingTracingDecorator
- receiveRequest(Context, SpanKind, TracingPolicy, Object, String, Iterable, TagExtractor) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingDevModeFactory.Delegator
- receiveRequest(Context, SpanKind, TracingPolicy, R, String, Iterable<Map.Entry<String, String>>, TagExtractor<R>) - Method in interface io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.InstrumenterVertxTracer
- receiveRequest(Context, SpanKind, TracingPolicy, R, String, Iterable<Map.Entry<String, String>>, TagExtractor<R>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracer
- receiveResponse(Context, Object, Object, Throwable, TagExtractor) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingDevModeFactory.Delegator
- receiveResponse(Context, R, OpenTelemetryVertxTracer.SpanOperation, Throwable, TagExtractor<R>) - Method in interface io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.InstrumenterVertxTracer
- receiveResponse(Context, R, OpenTelemetryVertxTracer.SpanOperation, Throwable, TagExtractor<R>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracer
- receiveResponse(Context, R, OpenTelemetryVertxTracer.SpanOperation, Throwable, TagExtractor<R>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer
- REF_ELEMENT_SHIFT - Static variable in class io.quarkus.opentelemetry.runtime.graal.UnsafeRefArrayAccess
- remoteAddress() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer.HttpRequestSpan
- request(HttpRequest) - Static method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxMetricsFactory.OpenTelemetryHttpServerMetrics.MetricRequest
- request(HttpRequest, MultiMap, Context, Context) - Static method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer.HttpRequestSpan
- requestBegin(Object, HttpRequest) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxMetricsFactory.OpenTelemetryHttpServerMetrics
- requestRouted(OpenTelemetryVertxMetricsFactory.OpenTelemetryHttpServerMetrics.MetricRequest, String) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxMetricsFactory.OpenTelemetryHttpServerMetrics
- resetGlobalOpenTelemetryForDevMode() - Method in class io.quarkus.opentelemetry.runtime.OpenTelemetryRecorder
- resourceAttributes - Variable in class io.quarkus.opentelemetry.runtime.config.TracerRuntimeConfig
-
A comma separated list of name=value resource attributes that represents the entity producing telemetry (eg.
- resourceInfo - Variable in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.resteasy.OpenTelemetryClassicServerFilter
- REST_CLIENT_OTEL_SPAN_CLIENT_CONTEXT - Static variable in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.restclient.OpenTelemetryClientFilter
- REST_CLIENT_OTEL_SPAN_CLIENT_PARENT_CONTEXT - Static variable in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.restclient.OpenTelemetryClientFilter
- REST_CLIENT_OTEL_SPAN_CLIENT_SCOPE - Static variable in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.restclient.OpenTelemetryClientFilter
S
- SAMPLED - Static variable in class io.quarkus.opentelemetry.runtime.OpenTelemetryUtil
- sampler - Variable in class io.quarkus.opentelemetry.runtime.config.TracerRuntimeConfig
-
Config for sampler
- SamplerConfig() - Constructor for class io.quarkus.opentelemetry.runtime.config.TracerRuntimeConfig.SamplerConfig
- samplerName - Variable in class io.quarkus.opentelemetry.runtime.config.TracerRuntimeConfig.SamplerConfig
-
The sampler to use for tracing.
- sendRequest(Context, SpanKind, TracingPolicy, Object, String, BiConsumer, TagExtractor) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingDevModeFactory.Delegator
- sendRequest(Context, SpanKind, TracingPolicy, R, String, BiConsumer<String, String>, TagExtractor<R>) - Method in interface io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.InstrumenterVertxTracer
- sendRequest(Context, SpanKind, TracingPolicy, R, String, BiConsumer<String, String>, TagExtractor<R>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracer
- sendRequest(Context, SpanKind, TracingPolicy, R, String, BiConsumer<String, String>, TagExtractor<R>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer
- sendResponse(Context, Object, Object, Throwable, TagExtractor) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingDevModeFactory.Delegator
- sendResponse(Context, R, OpenTelemetryVertxTracer.SpanOperation, Throwable, TagExtractor<R>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer
- sendResponse(Context, R, OpenTelemetryVertxTracer.SpanOperation, Throwable, TagExtractor<R>) - Method in interface io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.InstrumenterVertxTracer
- sendResponse(Context, R, OpenTelemetryVertxTracer.SpanOperation, Throwable, TagExtractor<R>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracer
- server(MethodDescriptor<?, ?>, Metadata, Attributes) - Static method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcRequest
- service(GrpcRequest) - Method in enum io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcAttributesGetter
- set_headers(Object, Object) - Static method in class io.quarkus.opentelemetry.runtime.exporter.otlp.OtlpExporterConfig$OtlpExporterRuntimeConfig$$accessor
- setAttributesDelegate(Attributes) - Method in class io.quarkus.opentelemetry.runtime.tracing.DelayedAttributes
-
Set the actual
Attributesto use as the delegate. - setBatchSpanProcessorDelegate(BatchSpanProcessor) - Method in class io.quarkus.opentelemetry.runtime.exporter.otlp.LateBoundBatchSpanProcessor
-
Set the actual
BatchSpanProcessorto use as the delegate. - setClientKeysAndTrustedCertificatesPem(ManagedChannelBuilder<?>, byte[], byte[], byte[]) - Static method in class io.quarkus.opentelemetry.runtime.exporter.otlp.graal.Target_io_opentelemetry_exporter_otlp_internal_grpc_ManagedChannelUtil
- setDelegate(VertxTracer) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingDevModeFactory.Delegator
- setMDCData(Context, Context) - Static method in class io.quarkus.opentelemetry.runtime.OpenTelemetryUtil
-
Sets MDC data by using the current span from the context.
- setSamplerDelegate(Sampler) - Method in class io.quarkus.opentelemetry.runtime.tracing.LateBoundSampler
-
Set the actual
Samplerto use as the delegate. - setTracerDevMode(RuntimeValue<OpenTelemetryVertxTracer>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.InstrumentationRecorder
- setupResources(TracerRuntimeConfig) - Method in class io.quarkus.opentelemetry.runtime.tracing.TracerRecorder
- setupSampler(TracerRuntimeConfig, List<String>, List<String>) - Method in class io.quarkus.opentelemetry.runtime.tracing.TracerRecorder
- shouldSample(Context, String, String, SpanKind, Attributes, List<LinkData>) - Method in class io.quarkus.opentelemetry.runtime.tracing.DropTargetsSampler
- shouldSample(Context, String, String, SpanKind, Attributes, List<LinkData>) - Method in class io.quarkus.opentelemetry.runtime.tracing.LateBoundSampler
- shutdown() - Method in class io.quarkus.opentelemetry.runtime.exporter.otlp.LateBoundBatchSpanProcessor
- size() - Method in class io.quarkus.opentelemetry.runtime.tracing.DelayedAttributes
- span(ArcInvocationContext) - Method in class io.quarkus.opentelemetry.runtime.tracing.cdi.WithSpanInterceptor
- span(Context, Object, MultiMap, Context, Scope) - Static method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracer.SpanOperation
- SPAN_ID - Static variable in class io.quarkus.opentelemetry.runtime.OpenTelemetryUtil
- SpanExporterConfig() - Constructor for class io.quarkus.opentelemetry.runtime.config.TracerConfig.SpanExporterConfig
- spanOperation(Context, HttpRequest, MultiMap, Context, Scope) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer
- spanOperation(Context, REQ, MultiMap, Context, Scope) - Method in interface io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.InstrumenterVertxTracer
- SpanOperation(Context, Object, MultiMap, Context, Scope) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracer.SpanOperation
- SqlClientAttributesGetter() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer.SqlClientAttributesGetter
- SqlClientInstrumenterVertxTracer - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- SqlClientInstrumenterVertxTracer(OpenTelemetry) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer
- SqlClientInstrumenterVertxTracer.QueryTrace - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- SqlClientInstrumenterVertxTracer.SqlClientAttributesGetter - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
- storeVertxOnContextStorage(Supplier<Vertx>) - Method in class io.quarkus.opentelemetry.runtime.OpenTelemetryRecorder
- suppressNonApplicationUris - Variable in class io.quarkus.opentelemetry.runtime.config.TracerRuntimeConfig
-
Suppress non-application uris from trace collection.
- system() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer.QueryTrace
- system(GrpcRequest) - Method in enum io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcAttributesGetter
- system(SqlClientInstrumenterVertxTracer.QueryTrace) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer.SqlClientAttributesGetter
T
- Target_io_opentelemetry_exporter_otlp_internal_grpc_ManagedChannelUtil - Class in io.quarkus.opentelemetry.runtime.exporter.otlp.graal
-
Replace the
setTrustedCertificatesPem()method in native because the upstream code supports using either the grpc-netty or grpc-netty-shaded dependencies, but Quarkus only supports the former. - Target_io_opentelemetry_exporter_otlp_internal_grpc_ManagedChannelUtil() - Constructor for class io.quarkus.opentelemetry.runtime.exporter.otlp.graal.Target_io_opentelemetry_exporter_otlp_internal_grpc_ManagedChannelUtil
- toBuilder() - Method in class io.quarkus.opentelemetry.runtime.tracing.DelayedAttributes
- toString() - Method in class io.quarkus.opentelemetry.runtime.tracing.DelayedAttributes
- TRACE_ID - Static variable in class io.quarkus.opentelemetry.runtime.OpenTelemetryUtil
- tracer - Variable in class io.quarkus.opentelemetry.runtime.config.OpenTelemetryConfig
-
Build / static runtime config for tracer
- tracer(TracingOptions) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingDevModeFactory
- tracer(TracingOptions) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingFactory
- TracerConfig - Class in io.quarkus.opentelemetry.runtime.config
- TracerConfig() - Constructor for class io.quarkus.opentelemetry.runtime.config.TracerConfig
- TracerConfig.SpanExporterConfig - Class in io.quarkus.opentelemetry.runtime.config
-
Build / static runtime config for span exporters
- TracerProducer - Class in io.quarkus.opentelemetry.runtime.tracing.cdi
- TracerProducer() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.cdi.TracerProducer
- TracerRecorder - Class in io.quarkus.opentelemetry.runtime.tracing
- TracerRecorder() - Constructor for class io.quarkus.opentelemetry.runtime.tracing.TracerRecorder
- TracerRuntimeConfig - Class in io.quarkus.opentelemetry.runtime.config
- TracerRuntimeConfig() - Constructor for class io.quarkus.opentelemetry.runtime.config.TracerRuntimeConfig
- TracerRuntimeConfig.SamplerConfig - Class in io.quarkus.opentelemetry.runtime.config
- TracerUtil - Class in io.quarkus.opentelemetry.runtime.tracing
U
- UnsafeRefArrayAccess - Class in io.quarkus.opentelemetry.runtime.graal
- UnsafeRefArrayAccess() - Constructor for class io.quarkus.opentelemetry.runtime.graal.UnsafeRefArrayAccess
- uri() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer.HttpRequestSpan
- user() - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer.QueryTrace
- user(SqlClientInstrumenterVertxTracer.QueryTrace) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.SqlClientInstrumenterVertxTracer.SqlClientAttributesGetter
V
- valueOf(String) - Static method in enum io.quarkus.opentelemetry.runtime.MDCEnabledContextStorage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkus.opentelemetry.runtime.QuarkusContextStorage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcAttributesGetter
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.quarkus.opentelemetry.runtime.MDCEnabledContextStorage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkus.opentelemetry.runtime.QuarkusContextStorage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.quarkus.opentelemetry.runtime.tracing.intrumentation.grpc.GrpcAttributesGetter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- vertx - Static variable in enum io.quarkus.opentelemetry.runtime.QuarkusContextStorage
- VertxUtil - Class in io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx
W
- WithSpanInterceptor - Class in io.quarkus.opentelemetry.runtime.tracing.cdi
- WithSpanInterceptor(OpenTelemetry) - Constructor for class io.quarkus.opentelemetry.runtime.tracing.cdi.WithSpanInterceptor
- writableHeaders(HttpRequest, BiConsumer<String, String>) - Method in class io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.HttpInstrumenterVertxTracer
- writableHeaders(REQ, BiConsumer<String, String>) - Method in interface io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.InstrumenterVertxTracer
All Classes All Packages