console/load-tests/otel-traces
2025-12-01 15:35:12 +02:00
..
bru.ts otel-collector: fix oom, add profiling extensions and benchmark report (#7262) 2025-12-01 15:35:12 +02:00
package.json feat: otel telemetry collection and dashboard (#6796) 2025-10-10 14:06:02 +02:00
README.md feat: otel telemetry collection and dashboard (#6796) 2025-10-10 14:06:02 +02:00
test.ts otel-collector: fix oom, add profiling extensions and benchmark report (#7262) 2025-12-01 15:35:12 +02:00

OTEL Trace Stress Test

The purpose of this script is to see how our infrastructure responds to high loads and cardinality.

The affected components are:

  • otel trace collector
  • clickhouse (cloud)

Running the script

The following environment variabels are required

OTEL_ENDPOINT
HIVE_ORGANIZATION_ACCESS_TOKEN
HIVE_TARGET_REF

Example:

OTEL_ENDPOINT=https://api.hiveready.dev/otel/v1/traces \
  HIVE_ORGANIZATION_ACCESS_TOKEN="<REPLACE ME>" \
  HIVE_TARGET_REF="the-guild/hive/dev" \
  k6 run load-tests/otel-traces/test.ts