Skip to content

Commit b24e4c0

Browse files
committed
Note OTel managed agent only supports gRPC.
1 parent 1f7acde commit b24e4c0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

articles/container-apps/faq.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,10 @@ sections:
169169
- question: |
170170
How do I use `latest` or a static tag for my container image?
171171
answer: |
172-
Avoid using static tags like `latest` for container images. Using static tags can lead to caching problems and can make your app difficult to troubleshoot. Instead, use unique tags for each deployment, such as a Git hash or date and time to ensure that updates are properly tracked and deployed.
172+
Avoid using static tags like `latest` for container images. Using static tags can lead to caching problems and can make your app difficult to troubleshoot. Instead, use unique tags for each deployment, such as a Git hash or date and time to ensure that updates are properly tracked and deployed.
173+
- name: OpenTelemetry
174+
questions:
175+
- question: |
176+
What transport protocols does the OpenTelemetry managed agent support?
177+
answer: |
178+
The managed agent only supports gRPC.

articles/container-apps/opentelemetry-agents.md

Lines changed: 2 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: 05/08/2025
7+
ms.date: 06/16/2025
88
ms.author: cshoe
99
ms.topic: how-to
1010
ms.custom:
@@ -779,6 +779,7 @@ See the destination service for their billing structure and terms. For example,
779779
- System data, such as system logs or Container Apps standard metrics, isn't available to be sent to the OpenTelemetry agent.
780780
- The Application Insights endpoint doesn't accept metrics.
781781
- Configuration settings live at the environment level. You can send different data types to different destinations, but you can't split up your data by app. For example, in the same app you can send metrics to Datadog, and traces to App Insights.
782+
- The managed agent only supports the gRPC transport protocol for telemetry data.
782783

783784
## Frequently asked questions
784785

0 commit comments

Comments
 (0)