Last active
January 12, 2018 18:05
-
-
Save tnachen/94314b65cda5824ddc491b9000bc388f to your computer and use it in GitHub Desktop.
Prometheus instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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