minikube/hack/metrics
Steven Powell ae1037e343 fix metrics reporting 2021-12-06 10:45:50 -08:00
..
README.md Enable tracing when collecting metrics 2020-11-30 10:25:51 -08:00
metrics.go fix metrics reporting 2021-12-06 10:45:50 -08: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