You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: troubleshoot/ingest/opentelemetry/edot-collector/trace-export-errors.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This issue typically occurs when the `sending_queue` configuration is misaligned
34
34
* Export batching is disabled, increasing processing overhead.
35
35
* EDOT Collector resources (CPU, memory) are not sufficient for the traffic volume.
36
36
37
-
:::{tip}
37
+
:::{note}
38
38
Increasing the `timeout` value (for example from 30s to 90s) doesn't help if the queue itself is the bottleneck.
39
39
:::
40
40
@@ -48,18 +48,18 @@ Update the EDOT Collector configuration as follows:
48
48
49
49
Prevent silent trace drops by enabling blocking behavior when the queue is full:
50
50
51
-
```yaml
52
-
sending_queue:
53
-
enabled: true
54
-
queue_size: 1000
55
-
num_consumers: 10
56
-
block_on_overflow: true
57
-
```
51
+
```yaml
52
+
sending_queue:
53
+
enabled: true
54
+
queue_size: 1000
55
+
num_consumers: 10
56
+
block_on_overflow: true
57
+
```
58
58
::::
59
59
60
60
::::{step} Increase `num_consumers`
61
61
62
-
Raise the number of queue consumers (`num_consumers`) to increase parallel processing of queued items. Start with 20–30 and adjust based on throughput and resource usage.
62
+
Raise the number of queue consumers to increase parallel processing of queued items. Start with 20–30 and adjust based on throughput and resource usage.
63
63
64
64
::::
65
65
@@ -92,4 +92,4 @@ Check for indexing delays or errors on the {{es}} side. Bottlenecks here can als
0 commit comments