repos / ops

infra for pico services
git clone https://github.com/picosh/ops.git

commit
4b3e37c
parent
8e1a24f
author
Antonio Mika
date
2024-01-14 22:06:06 +0000 UTC
Add soju metrics
1 files changed,  +8, -0
M monitoring/prometheus/config/prometheus.yml
+8, -0
 1@@ -41,6 +41,14 @@ scrape_configs:
 2           - imgs.sh
 3           - pgs.sh
 4           - feeds.sh
 5+  - job_name: soju
 6+    tls_config:
 7+      insecure_skip_verify: true
 8+    scheme: https
 9+    metrics_path: /_app/metrics
10+    static_configs:
11+      - targets:
12+          - irc.pico.sh
13   - job_name: caddy
14     tls_config:
15       insecure_skip_verify: true