Add dht dashboard #1

Merged
shyba merged 4 commits from add_dht into master 2022-02-10 17:18:55 +01:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit a872641afe - Show all commits

View file

@ -34,6 +34,12 @@ services:
ports: ports:
- 3000:3000 - 3000:3000
dht-exporter:
image: lbry/dht-bootstrap:latest
command: --metrics_port 7777
container_name: dht_node_exporter
restart: unless-stopped
# node-exporter: # node-exporter:
# image: prom/node-exporter:latest # image: prom/node-exporter:latest
# container_name: monitoring_node_exporter # container_name: monitoring_node_exporter

View file

@ -34,7 +34,7 @@ scrape_configs:
scheme: http scheme: http
static_configs: static_configs:
- targets: - targets:
- host.docker.internal:2113 - dht_node_exporter:7777
- job_name: lbcd - job_name: lbcd
metrics_path: / metrics_path: /