Feat: lab1 done
This commit is contained in:
9
controller/monitoring/docker/prometheus/clients.yml
Normal file
9
controller/monitoring/docker/prometheus/clients.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- targets:
|
||||
- controller:9100
|
||||
- cpu01:9100
|
||||
- gpu01:9100
|
||||
- controller:9256
|
||||
- cpu01:9256
|
||||
- gpu01:9256
|
||||
- gpu01:9835
|
||||
labels: {}
|
||||
40
controller/monitoring/docker/prometheus/prometheus.yml
Normal file
40
controller/monitoring/docker/prometheus/prometheus.yml
Normal file
@@ -0,0 +1,40 @@
|
||||
global:
|
||||
scrape_interval: 1s
|
||||
evaluation_interval: 30s
|
||||
body_size_limit: 15MB
|
||||
sample_limit: 5000
|
||||
target_limit: 30
|
||||
label_limit: 30
|
||||
label_name_length_limit: 200
|
||||
label_value_length_limit: 200
|
||||
query_log_file: query.log
|
||||
scrape_failure_log_file: fail.log
|
||||
# scrape_timeout is set to the global default (10s).
|
||||
|
||||
runtime:
|
||||
gogc: 42
|
||||
|
||||
scrape_configs:
|
||||
- job_name: node
|
||||
|
||||
file_sd_configs:
|
||||
- files:
|
||||
- clients.yml
|
||||
refresh_interval: 10m
|
||||
|
||||
- job_name: prometheus
|
||||
|
||||
static_configs:
|
||||
- targets: ["localhost:9090"]
|
||||
labels: {}
|
||||
|
||||
honor_labels: true
|
||||
fallback_scrape_protocol: PrometheusText0.0.4
|
||||
scrape_failure_log_file: fail_prom.log
|
||||
|
||||
storage:
|
||||
tsdb:
|
||||
out_of_order_time_window: 30m
|
||||
retention:
|
||||
time: 1d
|
||||
size: 1GB
|
||||
Reference in New Issue
Block a user