repos / ops

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

commit
382eeaa
parent
b000ad3
author
Antonio Mika
date
2022-08-26 14:59:45 +0000 UTC
Added minio metrics
1 files changed,  +9, -0
M monitoring/prometheus/config/prometheus.yml
+9, -0
 1@@ -51,3 +51,12 @@ scrape_configs:
 2         - lists.sh
 3         - imgs.sh
 4         - monitoring.pico.sh
 5+        - minio.pico.sh
 6+  - job_name: minio
 7+    tls_config:
 8+      insecure_skip_verify: true
 9+    scheme: https
10+    metrics_path: /minio/v2/metrics/cluster
11+    static_configs:
12+      - targets:
13+        - minio.pico.sh