Skip to content

Commit e356653

Browse files
Update opentelemetry-agents.md
1 parent a7609b2 commit e356653

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/container-apps/opentelemetry-agents.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn to record and query data collected using OpenTelemetry in Azu
44
services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
7-
ms.date: 06/16/2025
7+
ms.date: 07/07/2025
88
ms.author: cshoe
99
ms.topic: how-to
1010
ms.custom:
@@ -745,6 +745,13 @@ resource environment 'Microsoft.App/managedEnvironments@2024-10-02-preview' = {
745745

746746
For more information, see [Microsoft.App/managedEnvironments](/azure/templates/microsoft.app/2024-02-02-preview/managedenvironments).
747747

748+
## Data resilience
749+
750+
In the event of a messaging inturruptions to an endpoint, the OpenTelemetry agent uses the following procedure to support data resilience:
751+
752+
- **In-memory buffering and retries**: The agent holds data in memory and keeps retrying (with backoff) for up to five minutes by default.
753+
- **Dropping data**: If the buffered queue fills up, or the endpoint is still down after retries, the agent discards the oldest batches to avoid running out of memory.
754+
748755
## Environment variables
749756

750757
The OpenTelemetry agent automatically injects a set of environment variables into your application at runtime.

0 commit comments

Comments
 (0)