Skip to content

Commit

Permalink
Make Tracegen Generate Traces Based on Time in Compose Setup
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
  • Loading branch information
mahadzaryab1 committed Aug 30, 2024
1 parent 0707d84 commit 765cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/tail-sampling/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
image: jaegertracing/jaeger-tracegen:latest
environment:
- OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://jaeger:4318/v1/traces
command: ["-workers", "3", "-pause", "250ms", "-services", "5", "-traces", "10"]
command: ["-workers", "3", "-pause", "250ms", "-services", "5", "-duration", "10s"]
depends_on:
- jaeger

Expand Down

0 comments on commit 765cb0c

Please sign in to comment.