32 lines
696 B
Plaintext
32 lines
696 B
Plaintext
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
rule_files:
|
|
- /etc/prometheus-alerts/alerts.yml
|
|
|
|
scrape_configs:
|
|
- job_name: neuroforge
|
|
metrics_path: /metrics
|
|
authorization:
|
|
type: Bearer
|
|
credentials_file: /etc/prometheus-secrets/neuroforge_metrics.token
|
|
static_configs:
|
|
- targets: ["neuroforge:8080"]
|
|
|
|
- job_name: master_node
|
|
static_configs:
|
|
- targets: ["node-exporter:9100"]
|
|
|
|
- job_name: cpu_subagent_node
|
|
static_configs:
|
|
- targets: ["__CPU_TARGET__"]
|
|
|
|
- job_name: gpu_subagent_node
|
|
static_configs:
|
|
- targets: ["__GPU_TARGET__"]
|
|
|
|
- job_name: gpu_dcgm
|
|
static_configs:
|
|
- targets: ["__GPU_DCGM_TARGET__"]
|