Skip to content

Commit 08f41b4

Browse files
committed
Minor tweaks
1 parent ef5dbf5 commit 08f41b4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

troubleshoot/ingest/opentelemetry/edot-collector/trace-export-errors.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This issue typically occurs when the `sending_queue` configuration is misaligned
3434
* Export batching is disabled, increasing processing overhead.
3535
* EDOT Collector resources (CPU, memory) are not sufficient for the traffic volume.
3636

37-
:::{tip}
37+
:::{note}
3838
Increasing the `timeout` value (for example from 30s to 90s) doesn't help if the queue itself is the bottleneck.
3939
:::
4040

@@ -48,18 +48,18 @@ Update the EDOT Collector configuration as follows:
4848

4949
Prevent silent trace drops by enabling blocking behavior when the queue is full:
5050

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+
```
5858
::::
5959
6060
::::{step} Increase `num_consumers`
6161

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.
6363

6464
::::
6565

@@ -92,4 +92,4 @@ Check for indexing delays or errors on the {{es}} side. Bottlenecks here can als
9292

9393
## Resources
9494

95-
* [Upstream documentation - OpenTelemetry Collector `sending_queue` configuration](https://opentelemetry.io/docs/collector/configuration/#exporters)
95+
* [Upstream documentation - OpenTelemetry Collector configuration](https://opentelemetry.io/docs/collector/configuration)

0 commit comments

Comments
 (0)