Skip to content

Instantly share code, notes, and snippets.

@tnachen
Last active January 12, 2018 18:05
Show Gist options
  • Save tnachen/94314b65cda5824ddc491b9000bc388f to your computer and use it in GitHub Desktop.
Save tnachen/94314b65cda5824ddc491b9000bc388f to your computer and use it in GitHub Desktop.
Prometheus instructions
go get https://github.com/prometheus/prometheus
cd $GOHOME/src/github.com/prometheus/prometheus
git remote add hyperpilot https://github.com/hyperpilotio/prometheus
git fetch
git reset --hard hyperpilot/master
./prometheus --storage.tsdb.path=<path_to_tsdb_dir> --config.file=documentation/examples/prometheus.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment