minikube/hack/metrics
KallyDev 70022d9b2e
Move from deprecated ioutil to os and io packages
2021-10-08 08:57:19 +08:00
..
README.md Enable tracing when collecting metrics 2020-11-30 10:25:51 -08:00
metrics.go fix insufficient memory issues 2021-04-08 23:39:12 +01: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