Stackdriver / stackdriver-prometheus-sidecar

A sidecar for the Prometheus server that can send metrics to Stackdriver.
https://cloud.google.com/monitoring/kubernetes-engine/prometheus
Apache License 2.0
120 stars 43 forks source link

Avoid network fetches when running coverage. #199

Closed jkohen closed 4 years ago

jkohen commented 4 years ago

This is caused by a combination of the GO111MODULES=on flag and the -u flag to go get, which causes it to download many dependencies unnecessarily. Magic fix.