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 3 additions and 2 deletions
Showing only changes of commit 85f7935ca7 - Show all commits

View file

@ -39,8 +39,9 @@ services:
command: --metrics_port 7777 command: --metrics_port 7777
container_name: dht_node_exporter container_name: dht_node_exporter
restart: unless-stopped restart: unless-stopped
network_mode: "host"
ports: ports:
- 4444:4444 - 4444:4444/udp
# node-exporter: # node-exporter:
# image: prom/node-exporter:latest # image: prom/node-exporter:latest

View file

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