Skip to content

Commit

Permalink
add new metrics to e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Nov 25, 2024
1 parent a8af9ad commit 1004975
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/e2e/s3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def agent_add_s3():
update_agent_biling_config(
{
"cpuMetricName": "effective_compute_seconds",
"ingressBytesMetricName": "ingress_bytes",
"egressBytesMetricName": "egress_bytes",
"activeTimeMetricName": "active_time_seconds",
"collectEverySeconds": 5,
"accumulateEverySeconds": 5,
Expand All @@ -101,6 +103,8 @@ def agent_remove_s3():
"collectEverySeconds": 5,
"accumulateEverySeconds": 5,
"clients": {},
"ingressBytesMetricName": "ingress_bytes",
"egressBytesMetricName": "egress_bytes"
}
)

Expand Down

0 comments on commit 1004975

Please sign in to comment.