...
1\[
2 \{
3 "src": "prometheus",
4 "src_namespace": "{{.PromNs}}",
5 "dst": "linkerd\-destination",
6 "dst_namespace": "{{.Ns}}",
7 "client_id": "prometheus.{{.PromNs}}",
8 "server_id": "linkerd\-destination.{{.Ns}}",
9 "no_tls_reason": ""
10 \},
11 \{
12 "src": "prometheus",
13 "src_namespace": "{{.PromNs}}",
14 "dst": "linkerd\-identity",
15 "dst_namespace": "{{.Ns}}",
16 "client_id": "prometheus.{{.PromNs}}",
17 "server_id": "linkerd\-identity.{{.Ns}}",
18 "no_tls_reason": ""
19 \},
20 \{
21 "src": "prometheus",
22 "src_namespace": "{{.PromNs}}",
23 "dst": "linkerd\-proxy\-injector",
24 "dst_namespace": "{{.Ns}}",
25 "client_id": "prometheus.{{.PromNs}}",
26 "server_id": "linkerd\-proxy\-injector.{{.Ns}}",
27 "no_tls_reason": ""
28 \}
29\]
View as plain text