Prometheus: Difference between revisions
From charlesreid1
(→Flags) |
|||
| Line 34: | Line 34: | ||
[[Category:Analytics]] | [[Category:Analytics]] | ||
[[Category:Logging]] | [[Category:Logging]] | ||
[[Category:Netdata]] | [[Category:Netdata]] | ||
[[Category:Prometheus]] | |||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:Database]] | [[Category:Database]] | ||
Revision as of 01:05, 19 January 2018
Notes
Time series database backend
Nice guide to setting up Prometheus to ingest data from Netdata: https://github.com/firehol/netdata/wiki/Netdata,-Prometheus,-and-Grafana-Stack
Installing
The following installation procedure will download the pre-built Linux binary and put it in /opt/prometheus:
curl -L 'https://github.com/prometheus/prometheus/releases/download/v1.7.1/prometheus-1.7.1.linux-amd64.tar.gz' \
-o /tmp/prometheus.tar.gz
mkdir /opt/prometheus
tar -xf /tmp/prometheus.tar.gz -C /opt/prometheus/ --strip-components 1
Grafana
http://docs.grafana.org/installation/debian/
https://blog.hda.me/2017/01/09/using-netdata-with-influxdb-backend.html