Skip to content
14 changes: 5 additions & 9 deletions test/regression/cases/otlp_ingest_metrics/lading/lading.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
generator:
- http:
- grpc:
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]
headers:
content-type: "application/x-protobuf"
target_uri: "http://127.0.0.1:4318/v1/metrics"
target_uri: "http://127.0.0.1:4317/opentelemetry.proto.collector.metrics.v1.MetricsService/Export"
bytes_per_second: "6 MiB"
parallel_connections: 5
method:
post:
maximum_prebuild_cache_size_bytes: "512 MiB"
variant:
opentelemetry_metrics: {}
maximum_prebuild_cache_size_bytes: "512 MiB"
variant:
opentelemetry_metrics: {}

blackhole:
- http:
Expand Down
Loading