Skip to content

Instantly share code, notes, and snippets.

@bbigras
Last active February 8, 2017 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbigras/de6b780c4d4b7abba1da56ccb571fccc to your computer and use it in GitHub Desktop.
Save bbigras/de6b780c4d4b7abba1da56ccb571fccc to your computer and use it in GitHub Desktop.
mkdir -p $GOPATH/src/github.com/prometheus
cd $GOPATH/src/github.com/prometheus
git clone https://github.com/prometheus/prometheus.git
cd prometheus/documentation/examples/remote_storage/remote_storage_bridge
go build -v
[bbigras@bruno remote_storage_bridge]$ go build -v
github.com/prometheus/prometheus/vendor/github.com/gogo/protobuf/proto
github.com/prometheus/prometheus/vendor/github.com/golang/snappy
github.com/prometheus/prometheus/vendor/github.com/influxdb/influxdb/tsdb
github.com/prometheus/prometheus/vendor/github.com/beorn7/perks/quantile
github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/proto
github.com/prometheus/prometheus/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
github.com/prometheus/prometheus/vendor/github.com/prometheus/common/model
github.com/prometheus/prometheus/vendor/github.com/influxdb/influxdb/client
github.com/prometheus/prometheus/vendor/github.com/prometheus/procfs
github.com/prometheus/prometheus/vendor/github.com/Sirupsen/logrus
github.com/prometheus/prometheus/vendor/gopkg.in/yaml.v2
github.com/prometheus/prometheus/vendor/github.com/prometheus/common/log
github.com/prometheus/prometheus/storage/remote/graphite
github.com/prometheus/prometheus/vendor/golang.org/x/net/context
github.com/prometheus/prometheus/vendor/golang.org/x/net/context/ctxhttp
github.com/prometheus/prometheus/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil
github.com/prometheus/prometheus/vendor/github.com/prometheus/client_model/go
github.com/prometheus/prometheus/vendor/github.com/prometheus/common/expfmt
github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/prometheus
github.com/prometheus/prometheus/config
github.com/prometheus/prometheus/relabel
github.com/prometheus/prometheus/util/httputil
github.com/prometheus/prometheus/storage/remote/opentsdb
github.com/prometheus/prometheus/storage/remote/influxdb
github.com/prometheus/prometheus/storage/remote
github.com/prometheus/prometheus/documentation/examples/remote_storage/remote_storage_bridge
[bbigras@bruno remote_storage_bridge]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment