-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprometheus.yaml
More file actions
31 lines (30 loc) · 853 Bytes
/
prometheus.yaml
File metadata and controls
31 lines (30 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
global:
scrape_interval: 1m
scrape_configs:
- job_name: 'node'
scrape_interval: 5s
static_configs:
- targets: ['node_exporter:9100']
- job_name: 'cadvisor'
scrape_interval: 5s
static_configs:
- targets: ['cadvisor:8080']
- job_name: 'kong'
scrape_interval: 5s
static_configs:
- targets: ['kong:8001']
- job_name: 'gpu-operator'
scrape_interval: 5s
metrics_path: '/gpu-operator/metrics'
static_configs:
- targets: ['metrics.k8s.bhasai.samagra.io']
- job_name: 'dcgm-exporter'
scrape_interval: 5s
metrics_path: '/dcgm-exporter/metrics'
static_configs:
- targets: ['metrics.k8s.bhasai.samagra.io']
- job_name: 'kong-gateway-admin'
scrape_interval: 5s
metrics_path: '/kong-gateway-admin/metrics'
static_configs:
- targets: ['metrics.k8s.bhasai.samagra.io']