updated the java demo with debug points and jaeger tracing

This commit is contained in:
Salman Paracha 2025-02-22 10:55:24 -08:00
parent 82c4263bba
commit 6068901cbd
2 changed files with 12 additions and 0 deletions

View file

@ -45,3 +45,7 @@ prompt_targets:
name: weather_forecast_service
path: /weather
http_method: POST
tracing:
random_sampling: 100
trace_arch_internal: true

View file

@ -19,3 +19,11 @@ services:
- "host.docker.internal:host-gateway"
volumes:
- ./arch_config.yaml:/app/arch_config.yaml
jaeger:
build:
context: ../../shared/jaeger
ports:
- "16686:16686"
- "4317:4317"
- "4318:4318"