From 1d16aa4fcf033a0c54bf088ce32dab2664ed20af Mon Sep 17 00:00:00 2001 From: marcel-dempers Date: Thu, 27 May 2021 13:30:55 +1000 Subject: [PATCH] add optional .net core tracing --- tracing/docker-compose.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/tracing/docker-compose.yaml b/tracing/docker-compose.yaml index 3c77941..c768bbd 100644 --- a/tracing/docker-compose.yaml +++ b/tracing/docker-compose.yaml @@ -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