Skip to content
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

Propagation on message queue systems #33

Open
lukiano opened this issue Apr 13, 2019 · 2 comments
Open

Propagation on message queue systems #33

lukiano opened this issue Apr 13, 2019 · 2 comments

Comments

@lukiano
Copy link

lukiano commented Apr 13, 2019

I know the x-b3-* headers are well defined for propagation through http, but what about propagation through message systems (for asynchronous producer / consumer spans)?
I think that in jms they use a b3 single header format, but I can't tell if this is standardized or not.

@codefromthecrypt
Copy link
Member

you are right we don't limit messaging to just "b3" single because some systems don't have the same constraints as JMS. However, it is a very good choice for reasons of overhead and also compatibility. The best approach is lenient parsing.. meaning on the way in, parse both formats the same as HTTP mentions.

IOTW, while we mention this was originally designed for JMS, this doesn't mean only JMS implementation of messaging. Probably we should rename some sections.. do you want to give a go at doing that?

cc @openzipkin/core

@jcchavezs
Copy link
Contributor

jcchavezs commented Apr 14, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants