java-spring-jaeger icon indicating copy to clipboard operation
java-spring-jaeger copied to clipboard

Tags are added to the process metadata instead of tags in Spring

Open Danilqa opened this issue 3 years ago • 1 comments

If I add tags to application.yml or in TracerBuilderCustomizer (withTag("some", "tag")), all these tags are added to the process meta data block, not in tags. Is it expected behaviour or a bug? Is it possible somehow to add tags for the all generated spans not in the process? image

Danilqa avatar Sep 06 '21 13:09 Danilqa

I am running into the same issue. Is there a work around?

jscancella avatar Dec 21 '22 13:12 jscancella