config.jaeger-tracing.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oauth-code Show documentation
Show all versions of oauth-code Show documentation
A microservice server that authenticates and redirects authorization code.
# 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}