A B C D E G I J L M P Q R S T U Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- activate(Span) - Method in class io.quarkus.jaeger.runtime.MDCScopeManager
- activateSpan(Span) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
- activeSpan() - Method in class io.quarkus.jaeger.runtime.MDCScopeManager
- activeSpan() - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
- agentHostPort - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
The hostname and port for communicating with agent via UDP
- authToken - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
Authentication Token to send as "Bearer" to the endpoint
B
- baggageRestrictionsUpdateFailure - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- baggageRestrictionsUpdateSuccess - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- baggageTruncate - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- baggageUpdateFailure - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- baggageUpdateSuccess - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- buildSpan(String) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
C
- close() - Method in class io.quarkus.jaeger.runtime.graal.Target_LoggingReporter
- close() - Method in class io.quarkus.jaeger.runtime.MDCScope
- close() - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
- compatibilityMode - Variable in class io.quarkus.jaeger.runtime.ZipkinConfig
-
Whether jaeger should run in zipkin compatibility mode
- createCounter(String, Map<String, String>) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerMicrometerFactory
- createCounter(String, Map<String, String>) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerMpMetricsFactory
- createGauge(String, Map<String, String>) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerMicrometerFactory
- createGauge(String, Map<String, String>) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerMpMetricsFactory
- createReporter(String) - Method in interface io.quarkus.jaeger.runtime.ReporterFactory
- createReporter(String) - Method in class io.quarkus.jaeger.runtime.ZipkinReporterFactoryImpl
- createTimer(String, Map<String, String>) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerMicrometerFactory
- createTimer(String, Map<String, String>) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerMpMetricsFactory
D
- decodingErrors - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- disableTracerRegistration - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
Whether the registration of tracer as the global tracer should be disabled.
E
- enabled - Variable in class io.quarkus.jaeger.runtime.JaegerBuildTimeConfig
-
Defines if the Jaeger extension is enabled.
- endpoint - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
The traces endpoint, in case the client should connect directly to the Collector, like http://jaeger-collector:14268/api/traces
- extract(Format<C>, C) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
G
- getClassForName(String) - Static method in class io.quarkus.jaeger.runtime.JaegerDeploymentRecorder
- getGauge(String, Map<String, String>) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerMpMetricsFactory
- getValue() - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerMpMetricsFactory.JaegerGauge
I
- inject(SpanContext, Format<C>, C) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
- io.quarkus.jaeger.runtime - package io.quarkus.jaeger.runtime
- io.quarkus.jaeger.runtime.graal - package io.quarkus.jaeger.runtime.graal
J
- JaegerBuildTimeConfig - Class in io.quarkus.jaeger.runtime
-
The Jaeger build time configuration.
- JaegerBuildTimeConfig() - Constructor for class io.quarkus.jaeger.runtime.JaegerBuildTimeConfig
- JaegerConfig - Class in io.quarkus.jaeger.runtime
-
The Jaeger configuration.
- JaegerConfig() - Constructor for class io.quarkus.jaeger.runtime.JaegerConfig
- JaegerDeploymentRecorder - Class in io.quarkus.jaeger.runtime
- JaegerDeploymentRecorder() - Constructor for class io.quarkus.jaeger.runtime.JaegerDeploymentRecorder
- JaegerGauge() - Constructor for class io.quarkus.jaeger.runtime.QuarkusJaegerMpMetricsFactory.JaegerGauge
- jaegerVersion - Static variable in class io.quarkus.jaeger.runtime.JaegerDeploymentRecorder
L
- logTraceContext - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
Whether the trace context should be logged.
M
- map - Variable in class io.quarkus.jaeger.runtime.QuarkusJaegerMpMetricsFactory
- MDCScope - Class in io.quarkus.jaeger.runtime
-
Scope that sets span context into MDC.
- MDCScope(Scope, Span) - Constructor for class io.quarkus.jaeger.runtime.MDCScope
- MDCScopeManager - Class in io.quarkus.jaeger.runtime
- MDCScopeManager(ScopeManager) - Constructor for class io.quarkus.jaeger.runtime.MDCScopeManager
- meta(String, MetricType) - Static method in class io.quarkus.jaeger.runtime.QuarkusJaegerMpMetricsFactory
- metricsEnabled - Variable in class io.quarkus.jaeger.runtime.JaegerBuildTimeConfig
-
Whether metrics are published in case a metrics extension is present.
P
- password - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
Password to send as part of "Basic" authentication to the endpoint
- propagation - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
Comma separated list of formats to use for propagating the trace context.
- putContext(JaegerSpanContext) - Method in class io.quarkus.jaeger.runtime.MDCScope
Q
- QuarkusJaegerMicrometerFactory - Class in io.quarkus.jaeger.runtime
- QuarkusJaegerMicrometerFactory() - Constructor for class io.quarkus.jaeger.runtime.QuarkusJaegerMicrometerFactory
- QuarkusJaegerMpMetricsFactory - Class in io.quarkus.jaeger.runtime
- QuarkusJaegerMpMetricsFactory() - Constructor for class io.quarkus.jaeger.runtime.QuarkusJaegerMpMetricsFactory
-
RUNTIME_INIT from JaegerProcessor
- QuarkusJaegerMpMetricsFactory.JaegerGauge - Class in io.quarkus.jaeger.runtime
- QuarkusJaegerTracer - Class in io.quarkus.jaeger.runtime
- QuarkusJaegerTracer() - Constructor for class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
R
- registerTracerWithMicrometerMetrics(JaegerConfig, ApplicationConfig, ZipkinConfig) - Method in class io.quarkus.jaeger.runtime.JaegerDeploymentRecorder
- registerTracerWithMpMetrics(JaegerConfig, ApplicationConfig, ZipkinConfig) - Method in class io.quarkus.jaeger.runtime.JaegerDeploymentRecorder
- registerTracerWithoutMetrics(JaegerConfig, ApplicationConfig, ZipkinConfig) - Method in class io.quarkus.jaeger.runtime.JaegerDeploymentRecorder
- registry - Variable in class io.quarkus.jaeger.runtime.QuarkusJaegerMicrometerFactory
- registry - Variable in class io.quarkus.jaeger.runtime.QuarkusJaegerMpMetricsFactory
- report(JaegerSpan) - Method in class io.quarkus.jaeger.runtime.graal.Target_LoggingReporter
- reporter() - Method in class io.quarkus.jaeger.runtime.ZipkinReporterProvider
- reporterDropped - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- ReporterFactory - Interface in io.quarkus.jaeger.runtime
- reporterFailure - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- reporterFlushInterval - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
The reporter's flush interval
- reporterLogSpans - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
Whether the reporter should also log the spans
- reporterMaxQueueSize - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
The reporter's maximum queue size
- reporterQueueLength - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- reporterSuccess - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- reset() - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
- resolve(Configuration.SenderConfiguration) - Static method in class io.quarkus.jaeger.runtime.graal.Target_SenderResolver
S
- samplerManagerHostPort - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
The host name and port when using the remote controlled sampler
- samplerParam - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
The sampler parameter (number)
- samplerParsingFailure - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- samplerQueryFailure - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- samplerRetrieved - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- samplerType - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
The sampler type (const, probabilistic, ratelimiting or remote)
- samplerUpdated - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- scopeManager() - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
- senderFactory - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
The sender factory class name
- serviceName - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
The service name
- setEndpoint(String) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
- setJaegerVersion(String) - Method in class io.quarkus.jaeger.runtime.JaegerDeploymentRecorder
- setLogTraceContext(boolean) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
- setMetricsFactory(MetricsFactory) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
- setZipkinCompatibilityMode(boolean) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
- spansFinished - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- spansStartedNotSampled - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- spansStartedSampled - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
T
- tags - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
A comma separated list of name = value tracer level tags, which get added to all reported spans.
- Target_JaegerTracer - Class in io.quarkus.jaeger.runtime.graal
- Target_JaegerTracer() - Constructor for class io.quarkus.jaeger.runtime.graal.Target_JaegerTracer
- Target_LoggingReporter - Class in io.quarkus.jaeger.runtime.graal
- Target_LoggingReporter() - Constructor for class io.quarkus.jaeger.runtime.graal.Target_LoggingReporter
- Target_Metrics - Class in io.quarkus.jaeger.runtime.graal
- Target_Metrics() - Constructor for class io.quarkus.jaeger.runtime.graal.Target_Metrics
- Target_SenderResolver - Class in io.quarkus.jaeger.runtime.graal
- Target_SenderResolver() - Constructor for class io.quarkus.jaeger.runtime.graal.Target_SenderResolver
- toString() - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerTracer
- tracesJoinedNotSampled - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- tracesJoinedSampled - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- traceStartedNotSampled - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
- traceStartedSampled - Variable in class io.quarkus.jaeger.runtime.graal.Target_Metrics
U
- update(long) - Method in class io.quarkus.jaeger.runtime.QuarkusJaegerMpMetricsFactory.JaegerGauge
- user - Variable in class io.quarkus.jaeger.runtime.JaegerConfig
-
Username to send as part of "Basic" authentication to the endpoint
Z
- ZipkinConfig - Class in io.quarkus.jaeger.runtime
-
The Zipkin Jaeger configuration.
- ZipkinConfig() - Constructor for class io.quarkus.jaeger.runtime.ZipkinConfig
- ZipkinReporterFactoryImpl - Class in io.quarkus.jaeger.runtime
- ZipkinReporterFactoryImpl() - Constructor for class io.quarkus.jaeger.runtime.ZipkinReporterFactoryImpl
- ZipkinReporterProvider - Class in io.quarkus.jaeger.runtime
- ZipkinReporterProvider() - Constructor for class io.quarkus.jaeger.runtime.ZipkinReporterProvider
All Classes All Packages