kubernetes-sigs/cluster-api

Distributed Tracing

Offen

#3.760 geöffnet am 07.10.2020

 (22 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (1.532 Forks)auto 404
help wantedkind/featurepriority/backlogtriage/accepted

Repository-Metriken

Stars
 (4.267 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

User Story

As a developer/operator I would like to see how one Cluster-API component calls another, and also how they use the Kubernetes API, for learning, troubleshooting or optimisation.

Detailed Description

Calls can be inserted into clusterctl and CAPI controllers to emit "spans". Context can be carried from one component to another via "span context" data in an annotation. See this doc for more details.

/kind feature

Related: #1477

Contributor Guide