-
Notifications
You must be signed in to change notification settings - Fork 10
/
values.yaml
40 lines (39 loc) · 1.25 KB
/
values.yaml
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
32
33
34
35
36
37
38
39
prometheus:
prometheusSpec:
additionalScrapeConfigs:
- job_name: 'agg-prom'
scrape_interval: 15s
metrics_path: /federate
honor_labels: true
scheme: http
params:
match[]:
- '{__name__=~"job:.*"}'
- '{job="prometheus"}'
- '{job="kubernetes-nodes"}'
- '{job="kubernetes-cadvisor"}'
- '{name=~".+"}'
- '{job="kubernetes-service-endpoints"}'
- '{job="kubernetes-pods"}'
- '{job="kubernetes-apiservers"}'
- '{pod_name=".+"}'
- '{namespace="global"}'
- '{job="node-exporter"}'
static_configs:
- targets: [CLUSTER1_MASTER_IP:30090]
labels:
cluster_name: cluster1
- targets: [CLUSTER2_MASTER_IP:30090]
labels:
cluster_name: cluster2
- targets: [CLUSTER3_MASTER_IP:30090]
labels:
cluster_name: cluster3
- targets: [CLUSTER4_MASTER_IP:30090]
labels:
cluster_name: cluster4
- targets: [CLUSTER5_MASTER_IP:30090]
labels:
cluster_name: cluster5
tls_config:
insecure_skip_verify: true