Telemetry

Overview

minikube provides telemetry suppport via OpenTelemetry tracing to collect trace data for minikube start.

Currently, minikube supports the following exporters for tracing data:

To collect trace data with minikube and the Stackdriver exporter, run:

  1. MINIKUBE_GCP_PROJECT_ID=<project ID> minikube start --output json --trace gcp

Contributing

There are many exporters available via OpenTelemetry community contributions.

If you would like to see additional exporters, please create an issue or refer to our contribution guidelines and submit a pull request. Thank you!

Last modified July 29, 2021: fix casing for Tuturials| replaced arrow with blank space | top level box color change to blue ( as per the asthetics) when selected (23a4cd3f0)