Azure / AKS

Azure Kubernetes Service
https://azure.github.io/AKS/
1.95k stars 305 forks source link

[Feature] Configure AKS Components to Export Distributed Traces via the OpenTelemetry Protocol #4461

Open pwinters-tanium opened 1 month ago

pwinters-tanium commented 1 month ago

Is your feature request related to a problem? Please describe.

Kubernetes v1.27 provides the ability to configure the K8s API Service and Kubelet to export distributed tracing spans via the OpenTelemetry protocol. Traces are a popular and useful observability signal to inspect and describe interactions between services. By tracing the K8s API server, users gain the ability to inspect interactions between installed services and operators and the K8s API (i.e. tracing operator webhooks).

https://kubernetes.io/docs/concepts/cluster-administration/system-traces/

Describe the solution you'd like Any method that allows users to configure AKS control plane services to export traces.

Describe alternatives you've considered

vainikkaj commented 1 week ago

I'm also interested in this. Is this on the roadmap?