Add comment about viewing traces

asonix/opentelemetry
Aode (lion) 2021-12-20 19:45:25 -06:00
parent 442c69b270
commit 862f389d32
1 changed files with 1 additions and 0 deletions

View File

@ -77,5 +77,6 @@ services:
image: jaegertracing/all-in-one:1 image: jaegertracing/all-in-one:1
ports: ports:
- "14250:14250" - "14250:14250"
# To view traces, visit http://localhost:16686
- "16686:16686" - "16686:16686"
restart: always restart: always