@@ -51,7 +51,7 @@ Other optional configuration options:
51
51
# specifies the name to use for the server span
52
52
opentelemetry-operation-name
53
53
54
- # sets whether or not to trust incoming telemetry spans
54
+ # sets whether or not to trust incoming telemetry spans, Default: true
55
55
opentelemetry-trust-incoming-span
56
56
57
57
# specifies the port to use when uploading traces, Default: 4317
@@ -60,26 +60,23 @@ otlp-collector-port
60
60
# specifies the service name to use for any traces created, Default: nginx
61
61
otel-service-name
62
62
63
- # The maximum queue size. After the size is reached data are dropped.
63
+ # The maximum queue size. After the size is reached data are dropped, Default: 2048
64
64
otel-max-queuesize
65
65
66
- # The delay interval in milliseconds between two consecutive exports.
66
+ # The delay interval in milliseconds between two consecutive exports, Default: 5000
67
67
otel-schedule-delay-millis
68
68
69
- # How long the export can run before it is cancelled.
70
- otel-schedule-delay-millis
71
-
72
- # The maximum batch size of every export. It must be smaller or equal to maxQueueSize.
69
+ # The maximum batch size of every export. It must be smaller or equal to maxQueueSize, Default: 512
73
70
otel-max-export-batch-size
74
71
75
72
# specifies sample rate for any traces created, Default: 0.01
76
73
otel-sampler-ratio
77
74
78
75
# specifies the sampler to be used when sampling traces.
79
- # The available samplers are: AlwaysOn, AlwaysOff, TraceIdRatioBased, Default: AlwaysOff
76
+ # The available samplers are: AlwaysOn, AlwaysOff, TraceIdRatioBased, Default: AlwaysOn
80
77
otel-sampler
81
78
82
- # Uses sampler implementation which by default will take a sample if parent Activity is sampled, Default: false
79
+ # Uses sampler implementation which by default will take a sample if parent Activity is sampled, Default: true
83
80
otel-sampler-parent-based
84
81
` ` `
85
82
0 commit comments