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 was 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 OpenCensus libraries in other languages. If so, please open an issue on opencensus-specs first.
Is your feature request related to a problem? Please describe.
I wish to read and write traceparent/tracestate, encoded using trace context, without passing an http.Request
Describe the solution you'd like
Two new methods should be added to HttpFormat or as public functions:
NB: Before opening a feature request against this repo, consider whether the feature should/could be implemented in OpenCensus libraries in other languages. If so, please open an issue on opencensus-specs first.
Is your feature request related to a problem? Please describe.
I wish to read and write traceparent/tracestate, encoded using trace context, without passing an
http.RequestDescribe the solution you'd like
Two new methods should be added to
HttpFormator as public functions:Describe alternatives you've considered
AFAIK no alternatives are available in this library, except copy pasting that code in my own code.