prometheus

This commit is contained in:
2023-08-29 21:34:01 +02:00
parent 89a7f11f22
commit 43092a4cb0
9 changed files with 373 additions and 26 deletions

11
rust/prometheus.yml Normal file
View File

@@ -0,0 +1,11 @@
global:
scrape_interval: 10s
scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ['localhost:9090']
- job_name: "packager"
static_configs:
- targets: ['host.docker.internal:3001']