minikube/hack/metrics
Medya Ghazizadeh 72332118f2
migrate to open telemetry (#21070)
2025-07-15 12:40:02 -07:00
..
README.md Enable tracing when collecting metrics 2020-11-30 10:25:51 -08:00
metrics.go migrate to open telemetry (#21070) 2025-07-15 12:40:02 -07:00
minikube.go Move from deprecated ioutil to os and io packages 2021-10-08 08:57:19 +08:00

README.md

This script runs minikube start in a loop and measures how long it takes. It exports this data to Stackdriver via the OpenTelemetry API.

To run this script, run:

MINIKUBE_GCP_PROJECT_ID=<GCP Project ID> go run hack/metrics/*.go

This script is used to track minikube performance and prevent regressions.

Note: this script will export data to both Cloud Monitoring and Cloud Trace in the provided GCP project