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 WorkloadInstance controller 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 this immutable map.
The WorkloadInstance controller shall use keptn/operator/workloadinstance as the component name.
Each Span should be created with the following OTel Attribute:
Goal
Instrument the WorkloadInstance controller 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 this immutable map.The WorkloadInstance controller shall use
keptn/operator/workloadinstance
as the component name.Each Span should be created with the following OTel Attribute:
keptn.deployment.app_name
keptn.deployment.workload
keptn.deployment.version
Acceptance Criteria
TraceContext
contains W3C Trace HeadersDoD
Resources
The text was updated successfully, but these errors were encountered: