Skip to content

Commit a71de6b

Browse files
authored
Docs: Add OpenTelemetry defaults. (#13454)
Signed-off-by: Timon Engelke <timon.engelke@inovex.de>
1 parent b1ddcda commit a71de6b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/user-guide/third-party-addons/opentelemetry.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Other optional configuration options:
5151
# specifies the name to use for the server span
5252
opentelemetry-operation-name
5353
54-
# sets whether or not to trust incoming telemetry spans
54+
# sets whether or not to trust incoming telemetry spans, Default: true
5555
opentelemetry-trust-incoming-span
5656
5757
# specifies the port to use when uploading traces, Default: 4317
@@ -60,26 +60,23 @@ otlp-collector-port
6060
# specifies the service name to use for any traces created, Default: nginx
6161
otel-service-name
6262
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
6464
otel-max-queuesize
6565
66-
# The delay interval in milliseconds between two consecutive exports.
66+
# The delay interval in milliseconds between two consecutive exports, Default: 5000
6767
otel-schedule-delay-millis
6868
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
7370
otel-max-export-batch-size
7471
7572
# specifies sample rate for any traces created, Default: 0.01
7673
otel-sampler-ratio
7774
7875
# 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
8077
otel-sampler
8178
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
8380
otel-sampler-parent-based
8481
```
8582

0 commit comments

Comments
 (0)