Skip to content

Commit a26e13e

Browse files
committed
Reduce bytes_per_second for ddot-traces and otlp_ingest_traces and reenable these experiments.
1 parent 16fd01c commit a26e13e

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

test/regression/x-disabled-cases/ddot_traces/lading/lading.yaml renamed to test/regression/cases/ddot_traces/lading/lading.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ generator:
55
headers:
66
content-type: "application/x-protobuf"
77
target_uri: "http://127.0.0.1:4318/v1/traces"
8-
bytes_per_second: "3 MiB"
8+
bytes_per_second: "1 MiB"
99
parallel_connections: 5
1010
method:
1111
post:

test/regression/x-disabled-cases/otlp_ingest_traces/lading/lading.yaml renamed to test/regression/cases/otlp_ingest_traces/lading/lading.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ generator:
55
headers:
66
content-type: "application/x-protobuf"
77
target_uri: "http://127.0.0.1:4318/v1/traces"
8-
bytes_per_second: "3 MiB"
8+
bytes_per_second: "1 MiB"
99
parallel_connections: 5
1010
method:
1111
post:

0 commit comments

Comments
 (0)