Our Kubernetes Auto-Instrumentation script is designed to help you install the Middleware Agent in a few simple steps. The script is accessible through the Installation option found in the bottom of the nav bar. Once the agent is installed it will monitor your Kubernetes cluster and collect distributed traces for all applications running inside the cluster.

How Auto-Instrumentation Works

The Kubernetes Auto-Instrumentation script will install a helm chart in the cluster which will…

  1. Detect supported programming languages for all the pods running inside your cluster (refer to the Language Support section below)
  2. Install Opentelemetry auto-instrumentation libraries in all of the pods selected
  3. Install a Daemonset to monitor the performance of all K8s components (nodes, pods, containers, etc.)
  4. Send all infrastructure + application data to Middleware’s backend

Language Support

LanguageVersion Support
Node.jsDetails coming soon
PythonDetails coming soon
JavaDetails coming soon
C#Details coming soon
GolangDetails coming soon
Golang distributed tracing support is made possible by eBPF