Skip to content

Release 2.0.2

Compare
Choose a tag to compare
@geoand geoand released this 21 Aug 11:13
· 50 commits to master since this release
Respect jaeger.service-name property (#57)

* Respect jaeger.service-name property

JAEGER_SERVICE_NAME is an environment variable set by e.g. the
jaeger-operator when it injects environment variables into containers.

This change means that Spring apps can use the auto-container inject
feature of the operator and be identified correctly by default.

See https://www.jaegertracing.io/docs/1.13/client-features/

See #56