Kubernetes
Auto-Instrumentation in Kubernetes
Kubernetes
Auto-Instrumentation in Kubernetes
Detect programming languages for all the pods running inside your cluster
Our Kubernetes auto-instrumentation script…
- Monitors your Kubernetes cluster as an Infrastructure
- Collects distributed traces for all the applications running inside your cluster
How Auto-Instrumentation Works
Once user hits the Kubernetes Auto-Instrumentation script, the script will install a helm chart in the cluster, which will …
- Detect programming languages for all the pods running inside your cluster. (Refer Language Support section at bottom)
- Install Opentelemetry auto-instrumentation libraries in all the pods that user wants to monitor.
- Install a Daemonset to monitor the performance of all the K8s components. Ex. Nodes, Pods, Containers, etc.
- Send all infrastructure + application data to Middleware 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