You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
NB: Before opening a feature request against this repo, consider whether the feature should/could be implemented in exporter libraries in other languages. If so, please open an issue on opencensus-specs first.
Is your feature request related to a problem? Please describe.
For my application I need to connect with Jaeger traces that are incoming. Therefore I need to do a propagation with the correct header and the Jaeger header format.
* Added jaeger uber-trace-id propagation implementation.
* Changed module name for testing purpose
* Switched order of bytes.
* Revert package name
* Fixed lint error
* Added header length checks in order to not process large invalid headers.
Added testcase for 128bit headers.
Fixed comments.
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
NB: Before opening a feature request against this repo, consider whether the feature should/could be implemented in exporter libraries in other languages. If so, please open an issue on opencensus-specs first.
Is your feature request related to a problem? Please describe.
For my application I need to connect with Jaeger traces that are incoming. Therefore I need to do a propagation with the correct header and the Jaeger header format.
Describe the solution you'd like
My solution is to do it in the same way as the stackdriver exporter does it. https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver/tree/master/propagation
The stackdriver exporter implements the HttpFormat of opentracing and returns a SpanContext with the remote tracingID.
Describe alternatives you've considered
I have not found any alternative with opencensus in order to connect existing traces of a remote.
Additional context
![image](https://user-images.githubusercontent.com/11962722/57809181-3ec4d500-7765-11e9-8cae-8866d62fc119.png)
I will open a pull request which successfully works with a traefik setup adding a trace to the backend. See screenshot below:
The text was updated successfully, but these errors were encountered: