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
Instrument the Webhook with the OTel SDK to export traces.
Technical Details
Use OTel Go to manually instrument the code to export the following spans as a single trace:
The Trace Context should be propagated into the CRDs via a common metadata field TraceContext. The context will be propagated using these immutable fields. This struct should look like the following:
Goal
Instrument the Webhook with the OTel SDK to export traces.
Technical Details
Use OTel Go to manually instrument the code to export the following spans as a single trace:
The Trace Context should be propagated into the CRDs via a common metadata field
TraceContext
. The context will be propagated using these immutable fields. This struct should look like the following:The webhook shall use
keptn/webhook
as the component name.Spans shall be created with the following OTel Attribute:
The webhook is the one that always starts a trace.
Acceptance Criteria
TraceContext
contains W3C Trace HeadersWorkload
CRDDoD
Resources
The text was updated successfully, but these errors were encountered: