Attach headers to domain for OpenTracing / OpenTelemetry
rgstephens opened this issue · 9 comments
Description of Problem:
The w3c Trace Context provides for passing tracing information via html headers. This is useful to inject OpenTrace and OpenTelemetry spans into headers to trace transactions across processes.
The SDK should support a method access the headers.
Overview of the Solution:
Attach the headers as another object on the existing Domain object.
Definition of Done:
- Tests are added
- Feature is documented
@rgstephens What are the alternatives to HTML headers? And has there been a discussion / decision whether OpenTracing / OpenTelemetry will be implemented within the Rasa products?
I haven't looked at alternatives. The tracing info would need to be part of the http request. Why would we want to do this different from the W3C standard?
@scottruitt and I discussed this recently and this has been discussed with several customers. Also see Rasa issue #7196.
@rgstephens I think I was confuse by the HTML
headers - you meant HTTP
, right?
Yes, should have said http.
Is there any progress?
I just added a comment on the PR
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed due to inactivity. Please create a new issue if you need more help.