Skip to content

Commit d0fc803

Browse files
committed
resilline rewording
1 parent d10d2a3 commit d0fc803

File tree

1 file changed

+2
-4
lines changed
  • content/en/conf/1-advanced-collector/2-building-resilience

1 file changed

+2
-4
lines changed

content/en/conf/1-advanced-collector/2-building-resilience/2-3-failure.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ Notice that the agent’s retry mechanism is activated as it continuously attemp
3434

3535
{{% /notice %}}
3636

37-
By stopping the agent will halt its retry attempts and prevent any future retry activity.
37+
When you stop the agent, any metrics, traces, or logs held in memory for retry will be lost. However, because we have configured the FileStorage Extension, all telemetry that has not yet been accepted by the target endpoint is safely checkpointed on disk. These traces, logs, and metrics will be automatically resent once the connection is restored.
3838

39-
If the agent runs for too long without successfully delivering data, it may begin dropping traces, depending on the retry configuration, to conserve memory. By stopping the agent, any metrics, traces, or logs currently stored in memory are lost before being dropped, ensuring they remain available for recovery.
40-
41-
This step is essential for clearly observing the recovery process when the agent is restarted.
39+
Stopping the agent is a crucial step to clearly demonstrate how the system recovers when the agent is restarted.

0 commit comments

Comments
 (0)