forked from cloud-bulldozer/orion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadout-ingress.yaml
More file actions
77 lines (69 loc) · 1.74 KB
/
readout-ingress.yaml
File metadata and controls
77 lines (69 loc) · 1.74 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
tests:
- name: ingress-perf
metadata:
ocpVersion: "{{ version }}"
platform: AWS
clusterType: self-managed
benchmark.keyword: ingress-perf
masterNodesCount: 3
workerNodesCount: 9
masterNodesType: m6a.xlarge
workerNodesType: m5.2xlarge
networkType: OVNKubernetes
encrypted: false
fips: false
ipsec: false
not:
stream: okd
serviceMeshMode:
- ambient
- sidecar
metrics:
- name: passthrough_avg_rps
config.termination: passthrough
metric_of_interest: total_avg_rps
agg:
value: total_avg_rps
agg_type: avg
- name: passthrough_avg_lat
config.termination: passthrough
metric_of_interest: avg_lat_us
agg:
value: avg_lat_us
agg_type: avg
- name: http_avg_rps
config.termination: http
metric_of_interest: total_avg_rps
agg:
value: total_avg_rps
agg_type: avg
- name: http_avg_lat
config.termination: http
metric_of_interest: avg_lat_us
agg:
value: avg_lat_us
agg_type: avg
- name: reencrypt_avg_rps
config.termination: reencrypt
metric_of_interest: total_avg_rps
agg:
value: total_avg_rps
agg_type: avg
- name: reencrypt_avg_lat
config.termination: reencrypt
metric_of_interest: avg_lat_us
agg:
value: avg_lat_us
agg_type: avg
- name: edge_avg_rps
config.termination: edge
metric_of_interest: total_avg_rps
agg:
value: total_avg_rps
agg_type: avg
- name: edge_avg_lat
config.termination: edge
metric_of_interest: avg_lat_us
agg:
value: avg_lat_us
agg_type: avg