mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
Prometheus
This commit is contained in:
parent
a61ddf813c
commit
861ddee778
3 changed files with 45 additions and 1 deletions
12
apps/prometheus/prometheus.yml
Normal file
12
apps/prometheus/prometheus.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
global:
|
||||
scrape_interval: 15s # By default, scrape targets every 15 seconds.
|
||||
|
||||
# Attach these labels to any time series or alerts when communicating with
|
||||
# external systems (federation, remote storage, Alertmanager).
|
||||
external_labels:
|
||||
monitor: 'codelab-monitor'
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'bisect'
|
||||
static_configs:
|
||||
- targets: ['cargo_bisect_rustc_service:4001']
|
||||
Loading…
Add table
Add a link
Reference in a new issue