openzipkin/brave

Service appears as "Service A,Service B"

eirslett opened this issue · 2 comments

See https://groups.google.com/forum/#!topic/zipkin-user/Q_EZp3pQXk4

I believe there's a problem with the design of the Endpoint submitter. Doesn't the service name need to be the same on both the client side and the server side?

Hi,

I don't think the problem is with EndPoint submitter.
There was a problem with the rest easy integration code which had different logic for defining span name at client side vs server side.

I added an integration test for it which surfaced the problem and fixed it. I just pushed the change.

Can you try with latest code and see if you still have same issue?

Fix merged so I'll close issue.