File tree Expand file tree Collapse file tree 1 file changed +20
-16
lines changed
Expand file tree Collapse file tree 1 file changed +20
-16
lines changed Original file line number Diff line number Diff line change @@ -38,21 +38,21 @@ jobs:
3838 --n-runners 32
3939 --max-rounds 6
4040 --sleep-seconds 0.5
41- - id : scenario-medium-scale
42- display : Medium production scale
43- kind : scenario
44- store_workers : 16
45- runner :
46- - self-hosted
47- - 1ES.Pool=agl-runner-cpu
48- timeout : 45
49- args : >-
50- --mode batch
51- --total-tasks 10000
52- --batch-size 1000
53- --n-runners 100
54- --max-rounds 10
55- --sleep-seconds 0.1
41+ # - id: scenario-medium-scale
42+ # display: Medium production scale
43+ # kind: scenario
44+ # store_workers: 16
45+ # runner:
46+ # - self-hosted
47+ # - 1ES.Pool=agl-runner-cpu
48+ # timeout: 45
49+ # args: >-
50+ # --mode batch
51+ # --total-tasks 10000
52+ # --batch-size 1000
53+ # --n-runners 100
54+ # --max-rounds 10
55+ # --sleep-seconds 0.1
5656 - id : scenario-midhigh-scale
5757 display : Mid-high production scale
5858 kind : scenario
@@ -290,14 +290,18 @@ jobs:
290290 KAFKA_LISTENERS: PLAINTEXT://0.0.0.0:9092
291291 KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092
292292 KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
293+ # Enlarge max message size to accommodate large spans
293294 KAFKA_MESSAGE_MAX_BYTES: "10000000"
294295 KAFKA_REPLICA_FETCH_MAX_BYTES: "10000000"
295296 KAFKA_SOCKET_REQUEST_MAX_BYTES: "10000000"
296297
297298 otelcol:
298299 image: otel/opentelemetry-collector-contrib:latest
299300 depends_on: [kafka]
300- command: ["--config=/etc/otelcol/config.yml"]
301+ # command: ["--config=/etc/otelcol/config.yml"]
302+ command:
303+ - "--config=/etc/otelcol/config.yaml"
304+ - "--set=service.telemetry.logs.level=debug"
301305 volumes:
302306 - ./otelcol-kafka.yml:/etc/otelcol/config.yml:ro
303307 ports:
You can’t perform that action at this time.
0 commit comments