Add prometheus + grafana

This commit is contained in:
mathan 2024-02-18 07:37:50 -08:00
parent 8b89a1544e
commit 334af033b8
9 changed files with 24566 additions and 0 deletions

13
prometheus/prometheus.yml Normal file
View 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 ]