dashboard/prometheus.yml

61 lines
1 KiB
YAML
Raw Normal View History

2021-10-22 23:09:23 +02:00
global:
scrape_interval: 15s
scrape_timeout: 10s
evaluation_interval: 15s
2021-10-22 23:09:23 +02:00
alerting:
alertmanagers:
- static_configs:
- targets: []
scheme: http
timeout: 10s
api_version: v1
2021-10-22 23:09:23 +02:00
scrape_configs:
2021-10-26 18:36:12 +02:00
#- job_name: prometheus
# honor_timestamps: true
# metrics_path: /metrics
# scheme: http
# static_configs:
# - targets:
# - localhost:9090
# - node-exporter:9100
2021-10-26 18:36:12 +02:00
#- job_name: grafana
# metrics_path: /metrics
# scheme: http
# static_configs:
# - targets:
# - localhost:3000
2021-10-26 18:36:12 +02:00
2021-10-22 23:09:23 +02:00
- job_name: dht
metrics_path: /metrics
scheme: http
static_configs:
- targets:
2022-02-06 06:33:25 +01:00
- host.docker.internal:7777
2021-10-26 18:36:12 +02:00
2022-06-27 09:52:11 +02:00
- job_name: dht_crawler
metrics_path: /metrics
scheme: http
static_configs:
- targets:
- host.docker.internal:8080
2021-10-26 18:36:12 +02:00
- job_name: lbcd
metrics_path: /
scheme: http
scrape_interval: 60s
static_configs:
- targets:
- host.docker.internal:2114
2022-08-10 23:18:45 +02:00
- job_name: wallet_sync
metrics_path: /metrics
scheme: https
scrape_interval: 60s
static_configs:
- targets:
- dev.lbry.id:443