Skip to content

Commit

Permalink
enable zipkin JVM restart (open-telemetry#29690)
Browse files Browse the repository at this point in the history
**Link to tracking Issue:**
Fixed
open-telemetry#29568

**Testing:**
demo-client and demo-server service show up in Jaeger
  • Loading branch information
gyliu513 authored and jayasai470 committed Dec 8, 2023
1 parent 023ede0 commit 8b01d0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/demo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
# Zipkin
zipkin-all-in-one:
image: openzipkin/zipkin:latest
environment:
- JAVA_OPTS=-Xms1024m -Xmx1024m -XX:+ExitOnOutOfMemoryError
restart: always
ports:
- "9411:9411"
Expand Down

0 comments on commit 8b01d0d

Please sign in to comment.