postgREST : OK

This commit is contained in:
2025-10-14 21:11:54 +02:00
parent aae433a168
commit 1311068103
13 changed files with 1854 additions and 47 deletions

22
prometheus.yml Normal file
View File

@@ -0,0 +1,22 @@
global:
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.
scrape_timeout: 10s # scrape_timeout is set to the global default (10s).
scrape_configs:
- job_name: docker
static_configs:
- targets:
- 'host.docker.internal:9323'
- job_name: prometheus
static_configs:
- targets:
- '127.0.0.1:9090'
- job_name: minio
metrics_path: /minio/v2/metrics/bucket
scheme: http
static_configs:
- targets:
- 'minio:9000'