Skip to content

Commit 5f18b62

Browse files
committed
#88 Get Prometheus & Grafana metrics
1 parent 43e1b0f commit 5f18b62

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

backend/prometheus/prometheus.yml

+14
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,17 @@ scrape_configs:
9494
- haproxy.dating.se.ifmo.ru
9595
type: 'A'
9696
port: 8405
97+
98+
- job_name: prometheus
99+
dns_sd_configs:
100+
- names:
101+
- prometheus.dating.se.ifmo.ru
102+
type: 'A'
103+
port: 9090
104+
105+
- job_name: grafana
106+
dns_sd_configs:
107+
- names:
108+
- grafana.dating.se.ifmo.ru
109+
type: 'A'
110+
port: 3000

0 commit comments

Comments
 (0)