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 loading resources from the network on `make format` #192

Closed jkohen closed 4 years ago

jkohen commented 4 years ago

This removes network loads until go fmt stops trying to download those resources. https://github.com/golang/go/issues/27841 has more information.