Fix README headings, removed prometheus self monitor

This commit is contained in:
Ben Wilson 2019-12-04 09:30:16 -05:00
parent 213948bb6a
commit 322e85ca08
2 changed files with 4 additions and 10 deletions

View File

@ -12,7 +12,7 @@ $GOPATH/bin/zcashd_exporter --help
## Getting Started With docker-compose ## Getting Started With docker-compose
#### Create zcashd direcotries ### Create zcashd direcotries
Decide where you want to store (or refence existing ) zcashd data. Decide where you want to store (or refence existing ) zcashd data.
@ -30,7 +30,7 @@ sudo chown -R 2001 /srv/zcashd/.zcash
sudo chown -R 2001 /srv/zcashd/.zcash-params sudo chown -R 2001 /srv/zcashd/.zcash-params
``` ```
#### Create .env from .env.exmaple ### Create .env from .env.exmaple
``` ```
cp .env.exmaple .env cp .env.exmaple .env
@ -38,7 +38,7 @@ cp .env.exmaple .env
Edit `.env` if you have any specific changes. Edit `.env` if you have any specific changes.
#### Start docker-compose ### Start docker-compose
Start with Start with
``` ```
@ -80,4 +80,4 @@ http://localhost:9090/graph
Start typing and metric names will auto-suggest Start typing and metric names will auto-suggest
![Prometheus Metrics](docs/images/prometheus_metrics.png) ![Prometheus Metrics](docs/images/prometheus_metrics.png)

View File

@ -19,12 +19,6 @@ rule_files:
# A scrape configuration containing exactly one endpoint to scrape: # A scrape configuration containing exactly one endpoint to scrape:
# Here it's Prometheus itself. # Here it's Prometheus itself.
scrape_configs: scrape_configs:
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
- job_name: 'prometheus'
# metrics_path defaults to '/metrics'
# scheme defaults to 'http'.
static_configs:
- targets: ['localhost:9090']
- job_name: 'zcashd_exporter' - job_name: 'zcashd_exporter'
static_configs: static_configs:
- targets: ['zcashd_exporter:9100'] - targets: ['zcashd_exporter:9100']