**unknown-service-name** when integrate with Jaeger
longit644 opened this issue · 3 comments
longit644 commented
james-callahan commented
Is this because we don't currently send localEndpoint
?
Possible information here: jaegertracing/jaeger#585
james-callahan commented
Yes it is. providing
localEndpoint = {
serviceName = "myservice";
};
fills in the field + doesn't cause errors in zipkin.
longit644 commented
👍