-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Message Broker type messages #150
Comments
fyi this shows the flow which is optimized for zipkin v2 formatting and api
vs event model: http://zipkin.io/pages/instrumenting.html
here's the translation to events/annotations
https://github.com/openzipkin/zipkin-api/pull/29/files
|
Hi @aachinfiev, Thank you for this issue, we'll definitely add this feature. Should MR be the child of MS ? |
Correct. We are basically leaving shared span as rpc only (not any other
remote thing). Also helps with messaging as you can more easily reason with
muliple consumers of a message.
…On 9 Oct 2017 16:02, "Jeanneret Pierre-Hugues" ***@***.***> wrote:
Hi @aachinfiev <https://github.com/aachinfiev>,
Thank you for this issue, we'll definitely add this feature.
@adriancole <https://github.com/adriancole> From what I understand from openzipkin/zipkin#1243
(comment)
<openzipkin/zipkin#1243 (comment)>,
MS and MR should share the same span id and should MR should not be a child
of MS, am I right ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#150 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD61_ScE78ot4AQggxrG4cQWC9Aaq7Hks5sqdMOgaJpZM4Pwgc8>
.
|
Open Zipkin documentation defines ms/mr type of messages for cases with a publisher and one or more consumers of a given event. Unfortunately zipkin4net currently does not support sending these types of spans to the server.
I have tested submitting a JSON request via v1/api/spans and Zipkin UI renders associated events.
It would be very helpful if this was added to the interface to support these types of events as there is a lot of distributed systems now that rely on pub/sub type of flows. Thank you.
The text was updated successfully, but these errors were encountered: