2020-11-24 00:21:13 +00:00
|
|
|
This script runs `minikube start` in a loop and measures how long it takes.
|
2020-11-20 22:27:55 +00:00
|
|
|
It exports this data to Stackdriver via the OpenTelemetry API.
|
|
|
|
|
2020-11-30 18:24:15 +00:00
|
|
|
To run this script, run:
|
|
|
|
|
|
|
|
```
|
|
|
|
MINIKUBE_GCP_PROJECT_ID=<GCP Project ID> go run hack/metrics/*.go
|
|
|
|
```
|
|
|
|
|
2020-11-20 22:27:55 +00:00
|
|
|
This script is used to track minikube performance and prevent regressions.
|
2020-11-30 18:24:15 +00:00
|
|
|
|
|
|
|
_Note: this script will export data to both Cloud Monitoring and Cloud Trace in the provided GCP project_
|