Skip to content

Commit

Permalink
Added monitoring for imgproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Nov 13, 2023
1 parent c59cd6a commit 456f03d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions monitoring/prometheus/config/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ scrape_configs:
static_configs:
- targets:
- minio.pico.sh
- job_name: imgprpxy
tls_config:
insecure_skip_verify: true
scheme: https
static_configs:
- targets:
- imgproxy.pico.sh
- job_name: blackbox_exporter_ping
metrics_path: "/probe"
params:
Expand All @@ -91,6 +98,7 @@ scrape_configs:
- minio.pico.sh
- chat.pico.sh
- auth.pico.sh
- imgproxy.pico.sh
- job_name: blackbox_exporter_ping_ip6
metrics_path: "/probe"
params:
Expand All @@ -117,6 +125,7 @@ scrape_configs:
- minio.pico.sh
- chat.pico.sh
- auth.pico.sh
- imgproxy.pico.sh
- job_name: blackbox_exporter_ssh
metrics_path: "/probe"
params:
Expand Down Expand Up @@ -291,6 +300,7 @@ scrape_configs:
- http://minio.pico.sh
- http://chat.pico.sh
- http://auth.pico.sh
- http://imgproxy.pico.sh
- job_name: blackbox_exporter_http_3xx_ip6
metrics_path: "/probe"
params:
Expand All @@ -317,3 +327,4 @@ scrape_configs:
- http://minio.pico.sh
- http://chat.pico.sh
- http://auth.pico.sh
- http://imgproxy.pico.sh

0 comments on commit 456f03d

Please sign in to comment.