forked from cloud-bulldozer/orion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservicemesh-ingress.yaml
More file actions
74 lines (67 loc) · 1.9 KB
/
servicemesh-ingress.yaml
File metadata and controls
74 lines (67 loc) · 1.9 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
tests:
- name: servicemesh-{{ service_mesh_mode }}-ingress-perf
metadata:
ocpVersion: "{{ version }}"
platform: AWS
clusterType: self-managed
benchmark.keyword: ingress-perf
masterNodesCount: 3
workerNodesCount: 5
infraNodesCount: 3
masterNodesType: m6i.xlarge
workerNodesType: m6i.2xlarge
infraNodesType: c6i.4xlarge
networkType: OVNKubernetes
encrypted: false
fips: false
ipsec: false
serviceMeshMode: {{ service_mesh_mode }}
not:
stream: okd
metrics:
- name: http_avg_rps
config.termination: http
metric_of_interest: total_avg_rps
not:
config.requestRate: 5000
agg:
value: total_avg_rps
agg_type: avg
- name: http_avg_cpu_usage_ingress_gateway_pods
config.termination: http
metric_of_interest: infra_metrics.avg_cpu_usage_ingress_gateway_pods
not:
config.requestRate: 5000
agg:
value: infra_metrics.avg_cpu_usage_ingress_gateway_pods
agg_type: avg
- name: http_avg_lat
config.termination: http
config.requestRate: 5000
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
not:
config.requestRate: 5000
agg:
value: total_avg_rps
agg_type: avg
- name: edge_avg_cpu_usage_ingress_gateway_pods
config.termination: edge
metric_of_interest: infra_metrics.avg_cpu_usage_ingress_gateway_pods
not:
config.requestRate: 5000
agg:
value: infra_metrics.avg_cpu_usage_ingress_gateway_pods
agg_type: avg
- name: edge_avg_lat
config.termination: edge
config.requestRate: 5000
metric_of_interest: avg_lat_us
agg:
value: avg_lat_us
agg_type: avg