How Auto-Instrumentation Works
The Kubernetes Auto-Instrumentation script will install a helm chart in the cluster which will…
- Detect supported programming languages for all the pods running inside your cluster (refer to the Language Support section below)
- Install Opentelemetry auto-instrumentation libraries in all of the pods selected
- Install a Daemonset to monitor the performance of all K8s components (nodes, pods, containers, etc.)
- Send all infrastructure + application data to Middleware’s backend
Language Support
Language | Version Support |
---|---|
Node.js | Details coming soon |
Python | Details coming soon |
Java | Details coming soon |
C# | Details coming soon |
Golang | Details coming soon |
Golang distributed tracing support is made possible by eBPF