1003 B
1003 B
title | linkTitle | weight | date |
---|---|---|---|
Telemetry | telemetry | 1 | 2020-11-24 |
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:
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][https://minikube.sigs.k8s.io/docs/contrib/] guidelines and submit a pull request. Thank you!