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 compilation #187

Closed jkohen closed 4 years ago

jkohen commented 4 years ago

The thrift alias was giving this error:

GO111MODULE=on go test  -mod=vendor ./...
?       github.com/Stackdriver/stackdriver-prometheus-sidecar/bench     [no test files]
compilation error :go: github.com/apache/thrift@v0.12.0 used for two different module paths (git.apache.or
g/thrift.git and github.com/apache/thrift)                                                               

FAIL    github.com/Stackdriver/stackdriver-prometheus-sidecar/cmd/stackdriver-prometheus-sidecar        0.
364s