Skip to content

Commit

Permalink
use OTEL http
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Dec 9, 2022
1 parent dd71381 commit 2ee141e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions test/regression/cases/otel_to_otel_logs/lading/lading.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
generator:
- grpc:
- http:
seed: [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53,
59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131]
target_uri: "http://127.0.0.1:4317/opentelemetry.proto.collector.trace.v1.TraceService/Export"
59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131]
headers:
content-type: "application/x-protobuf"
target_uri: "http://127.0.0.1:4318/v1/traces"
bytes_per_second: "10 Mb"
block_sizes: ["128Kb", "64Kb", "32Kb", "16Kb", "8Kb", "1Kb"]
maximum_prebuild_cache_size_bytes: "8 Mb"
variant: "opentelemetry_traces"
parallel_connections: 5
method:
post:
maximum_prebuild_cache_size_bytes: "8 Mb"
variant: "opentelemetry_traces"

blackhole:
# AMP ingest listener
Expand Down

0 comments on commit 2ee141e

Please sign in to comment.