-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcos-proxy-gagent-bundle.yaml
64 lines (64 loc) · 1.33 KB
/
cos-proxy-gagent-bundle.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
default-base: [email protected]/stable
saas:
grafana:
url: k8s:admin/cos.grafana
prometheus:
url: k8s:admin/cos.prometheus
applications:
cos-proxy:
charm: cos-proxy
channel: latest/edge
revision: 95
num_units: 1
to:
- "0"
constraints: arch=amd64
grafana-agent:
charm: grafana-agent
channel: latest/stable
revision: 164
telegraf:
charm: telegraf
channel: latest/stable
revision: 75
ubuntu:
charm: ubuntu
channel: latest/stable
revision: 24
base: [email protected]/stable
num_units: 3
to:
- "1"
- "2"
- "3"
constraints: arch=amd64
storage:
block: loop,100M
files: rootfs,100M
machines:
"0":
constraints: arch=amd64
"1":
constraints: arch=amd64
base: [email protected]/stable
"2":
constraints: arch=amd64
base: [email protected]/stable
"3":
constraints: arch=amd64
base: [email protected]/stable
relations:
- - telegraf:juju-info
- ubuntu:juju-info
- - telegraf:dashboards
- cos-proxy:dashboards
- - cos-proxy:prometheus-target
- telegraf:prometheus-client
- - cos-proxy:prometheus-rules
- telegraf:prometheus-rules
- - grafana-agent:grafana-dashboards-provider
- grafana:grafana-dashboard
- - grafana-agent:cos-agent
- cos-proxy:cos-agent
- - grafana-agent:send-remote-write
- prometheus:receive-remote-write