Move prometheus + grafana to metrics. Edit readme
This commit is contained in:
parent
8ad97d6752
commit
5e87198276
11 changed files with 1237 additions and 2439 deletions
13
metrics/prometheus/prometheus.yml
Normal file
13
metrics/prometheus/prometheus.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
global:
|
||||
scrape_interval: 10s
|
||||
scrape_configs:
|
||||
- job_name: prometheus
|
||||
static_configs:
|
||||
- targets:
|
||||
- host.docker.internal:9090
|
||||
- job_name: node
|
||||
static_configs:
|
||||
- targets: ['host.docker.internal:9100']
|
||||
- job_name: indexer
|
||||
static_configs:
|
||||
- targets: [ host.docker.internal:11001, host.docker.internal:11002, host.docker.internal:11003 ]
|
Loading…
Add table
Add a link
Reference in a new issue