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

config.jaeger-tracing.yml Maven / Gradle / Ivy

Go to download

A micro service server that supports JWT token public key certificate distribution.

There is a newer version: 2.1.15
Show newest version
# Jaeger tracing implementation for the startup hook and handlers

# Indicate if the Jaeger tracing is enabled or not.
enabled: ${jaeger.enabled:false}
# Sampler configuration https://github.com/jaegertracing/jaeger-client-java
# It can either be const, probabilistic, or ratelimiting
type: ${jaeger.type:const}
# can either be an integer, a double, or an integer
param: ${jaeger.param:1}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy