Skip to content

Commit 2e4afd8

Browse files
authored
Enable Jaeger Tracing (#489)
1 parent 6b7b22d commit 2e4afd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose/docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,8 @@ services:
502502
- sourcegraph
503503
restart: always
504504
command: ['--memory.max-traces=20000']
505+
environment:
506+
- 'SAMPLING_STRATEGIES_FILE=/etc/jaeger/sampling_strategies.json'
505507

506508
# Description: PostgreSQL database for various data.
507509
#

0 commit comments

Comments
 (0)