Skip to content

Commit

Permalink
adding ingress metric file
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Jan 23, 2025
1 parent 2e217b1 commit 4fd591a
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions examples/readout-ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
tests :
- name : ingress-perf
index: {{ es_metadata_index }}
benchmarkIndex: {{ es_benchmark_index }}
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

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

0 comments on commit 4fd591a

Please sign in to comment.