Release 2.0.2
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