Skip to content

Commit 075dcf3

Browse files
committed
Change default sample rate to 1/1000
1 parent 69635d8 commit 075dcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
env(JAEGER_HOST): localhost
33
env(JAEGER_PORT): 6831
44
env(JAEGER_BUFFER_SIZE): 16384
5-
env(OPENTRACE_SAMPLER_RATE): 0.01
5+
env(OPENTRACE_SAMPLER_RATE): 0.001
66
env(JAEGER_CONTEXT_FORMAT): 'text'
77
env(JAEGER_CONTEXT_ENV): 'UBER_TRACE_ID'
88
env(JAEGER_CONTEXT_HEADER): 'uber-trace-id'

0 commit comments

Comments
 (0)