Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

MessageEvents are not propagated? #13

Open
prestonvanloon opened this issue Oct 3, 2019 · 0 comments · May be fixed by #14
Open

MessageEvents are not propagated? #13

prestonvanloon opened this issue Oct 3, 2019 · 0 comments · May be fixed by #14
Labels
bug Something isn't working

Comments

@prestonvanloon
Copy link

Please answer these questions before submitting a bug report.

What version of the Exporter are you using?

commit 5b8293c

What version of OpenCensus are you using?

commit 7bbec1755a8162b5923fc214a494773a701d506a

What version of Go are you using?

go 1.13

What did you do?

If possible, provide a recipe for reproducing the error.

// On sending side
span.AddMessageSendEvent(id, n, n)
// On receiving side
span.AddMessageReceiveEvent(id, n, n)

What did you expect to see?

Messages linked in jaeger

What did you see instead?

Nothing.

Additional context

See how stackdriver exports these events: https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver/blob/4351271b777d160d27010a22de3e41fd07335556/trace_proto.go#L121

@prestonvanloon prestonvanloon added the bug Something isn't working label Oct 3, 2019
@prestonvanloon prestonvanloon linked a pull request Oct 3, 2019 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant