add optional .net core tracing

This commit is contained in:
marcel-dempers 2021-05-27 13:30:55 +10:00
parent 3974dc1bd9
commit 1d16aa4fcf

View File

@ -47,6 +47,25 @@ services:
- 82:10010
networks:
- tracing
# videos-api-netcore:
# container_name: videos-api
# image: aimvector/jaeger-tracing:videos-api-netcore-1.0.0
# build:
# context: ./applications-go/videos-api-netcore
# environment:
# - "ENVIRONMENT=DEBUG"
# - "REDIS_HOST=videos-db"
# - "REDIS_PORT=6379"
# - "JAEGER_AGENT_HOST=jaeger"
# - "JAEGER_AGENT_PORT=6831"
# - "JAEGER_SERVICE_NAME=videos-api"
# - "JAEGER_REPORTER_LOG_SPANS=true"
# - "JAEGER_SAMPLER_TYPE=const"
# - "JAEGER_PROPAGATION=jaeger"
# ports:
# - 82:5000
# networks:
# - tracing
videos-db:
container_name: videos-db
image: redis:6.0-alpine