Skip to content

Commit

Permalink
updates for trace mode
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Oct 2, 2024
1 parent b2b68c0 commit ca58773
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion collector.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ service:
exporters: [otlp]
traces/agent:
receivers: [otlp]
processors: [filter, batch]
processors: [batch]
exporters: [otlp/trace]
3 changes: 2 additions & 1 deletion docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: pokeshop

services:
tracetest-agent:
image: kubeshop/tracetest-agent:latest
image: kubeshop/tracetest-agent:dev
environment:
TRACETEST_DEV: ${TRACETEST_DEV}
TRACETEST_API_KEY: ${TRACETEST_AGENT_API_KEY}
TRACETEST_SERVER_URL: ${TRACETEST_SERVER_URL}
TRACETEST_ENVIRONMENT_ID: ${TRACETEST_ENVIRONMENT_ID}
TRACETEST_TRACE_MODE: ${TRACETEST_TRACE_MODE}

7 changes: 2 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ services:
restart: unless-stopped
extra_hosts:
- 'host.docker.internal:host-gateway'
ports:
- 4317:4317
- 4318:4318
command:
- '--config'
- '/otel-local-config.yaml'
Expand All @@ -78,7 +75,7 @@ services:
ZIPKIN_URL: http://localhost:9411
healthcheck:
test: ['CMD', 'wget', '--spider', 'localhost:8081/pokemon/healthcheck']
interval: 1s
interval: 1m
timeout: 3s
retries: 60
ports:
Expand Down Expand Up @@ -106,7 +103,7 @@ services:
NPM_RUN_COMMAND: rpc
healthcheck:
test: ['CMD', 'wget', '--spider', 'localhost:8081/pokemon/healthcheck']
interval: 1s
interval: 1m
timeout: 3s
retries: 60
ports:
Expand Down

0 comments on commit ca58773

Please sign in to comment.