This commit is contained in:
royalcat 2024-02-26 14:11:49 +03:00
commit 4b499a1767
5 changed files with 259 additions and 0 deletions
prometheus

7
prometheus/config.yaml Normal file
View file

@ -0,0 +1,7 @@
global:
scrape_interval: 15s
scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ["localhost:9090"]