Skip to content

Commit

Permalink
allow all services to be run at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 5, 2024
1 parent 6942cfe commit 38c7ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/go/docker-compose.oats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ services:
OTEL_EXPORTER_OTLP_ENDPOINT: http://collector:4318
OTEL_METRIC_EXPORT_INTERVAL: "5000" # so we don't have to wait 60s for metrics
ports:
- "8081:8081"
- "8080:8081"
2 changes: 1 addition & 1 deletion examples/go/oats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docker-compose:
files:
- ./docker-compose.oats.yml
input:
- path: /
- path: /rolldice
expected:
traces:
- traceql: '{ span.http.route = "/rolldice" }'
Expand Down

0 comments on commit 38c7ffd

Please sign in to comment.