minikube/hack/metrics
Predrag Rogic 3860730a1a
fix insufficient memory issues
2021-04-08 23:39:12 +01: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 use same storage.ObjectHandle for downloading file and getting commmit 2020-11-30 19:21:36 -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