All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.jaeger.runtime.JaegerConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.12.3
Show newest version
#
#Thu Feb 09 12:52:43 CET 2023
io.quarkus.jaeger.runtime.JaegerConfig.reporterFlushInterval=The reporter's flush interval
io.quarkus.jaeger.runtime.JaegerConfig.disableTracerRegistration=Whether the registration of tracer as the global tracer should be disabled.\nThis setting should only be turned on in tests that need to install a mock tracer.
io.quarkus.jaeger.runtime.JaegerConfig.endpoint=The traces endpoint, in case the client should connect directly to the Collector,\nlike http\://jaeger-collector\:14268/api/traces
io.quarkus.jaeger.runtime.JaegerConfig.samplerType=The sampler type (const, probabilistic, ratelimiting or remote)
io.quarkus.jaeger.runtime.JaegerConfig.authToken=Authentication Token to send as "Bearer" to the endpoint
io.quarkus.jaeger.runtime.JaegerConfig.logTraceContext=Whether the trace context should be logged.
io.quarkus.jaeger.runtime.JaegerConfig.reporterLogSpans=Whether the reporter should also log the spans
io.quarkus.jaeger.runtime.JaegerConfig.reporterMaxQueueSize=The reporter's maximum queue size
io.quarkus.jaeger.runtime.JaegerConfig.samplerParam=The sampler parameter (number)
io.quarkus.jaeger.runtime.JaegerConfig.user=Username to send as part of "Basic" authentication to the endpoint
io.quarkus.jaeger.runtime.JaegerConfig.samplerManagerHostPort=The host name and port when using the remote controlled sampler
io.quarkus.jaeger.runtime.JaegerConfig.senderFactory=The sender factory class name
io.quarkus.jaeger.runtime.JaegerConfig.password=Password to send as part of "Basic" authentication to the endpoint
io.quarkus.jaeger.runtime.JaegerConfig.tags=A comma separated list of name \= value tracer level tags, which get added to all reported\nspans. The value can also refer to an environment variable using the format ${envVarName\:default},\nwhere the \:default is optional, and identifies a value to be used if the environment variable\ncannot be found
io.quarkus.jaeger.runtime.JaegerConfig.propagation=Comma separated list of formats to use for propagating the trace context. Defaults to the\nstandard Jaeger format. Valid values are jaeger and b3
io.quarkus.jaeger.runtime.JaegerConfig.agentHostPort=The hostname and port for communicating with agent via UDP
io.quarkus.jaeger.runtime.JaegerConfig.serviceName=The service name




© 2015 - 2025 Weber Informatics LLC | Privacy Policy