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

Fixed lint warnings. #210

Closed jkohen closed 4 years ago

jkohen commented 4 years ago

It looks like stackdriver/client.go also uses projectId/ProjectId. Can you add the change there too for consistency?

Good catch. I fixed a bunch more. I just realized we have many more lint issues that aren't projectId, but I won't touch them now.