You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to set service name from Spring Boot properties so that when the spans are sent to Jaeger the service name matches the actual spring boot service name and is not unknown. As far as I can see Spring Boot autoconfiguration in spring-boot-autoconfigure module does not give any opportunity to set ResourceAttributes.SERVICE_NAME. If it is possbile to set it somehow with current implementation I would be glad to know the way. If not I would be happy to maybe contribute it.
The text was updated successfully, but these errors were encountered:
mkrzywanski
changed the title
Setting Service Name from Spring Boot application
Setting Service Name from Spring Boot application properties
Feb 20, 2022
Any update on this? I can see two PRs concerning same issue and noone wants to review them. Right now this autoconfiguration is pretty unusable if I cannot set values for Resource and I have to create sdkTracer bean myself.
Is your feature request related to a problem? Please describe.
I would like to set service name from Spring Boot properties so that when the spans are sent to Jaeger the service name matches the actual spring boot service name and is not
unknown
. As far as I can see Spring Boot autoconfiguration inspring-boot-autoconfigure
module does not give any opportunity to setResourceAttributes.SERVICE_NAME
. If it is possbile to set it somehow with current implementation I would be glad to know the way. If not I would be happy to maybe contribute it.The text was updated successfully, but these errors were encountered: