Skip to content

Commit 807a89d

Browse files
Merge pull request #285055 from tomkerkhove/patch-27
docs(apim): SHGW + Application Insights
2 parents 70b9ff9 + fa522ff commit 807a89d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

articles/api-management/api-management-gateways-overview.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,18 @@ For details about monitoring options, see [Observability in Azure API Management
143143
| Feature support | Classic | V2 | Consumption | Self-hosted | Workspace |
144144
| --- | --- | ----- | ----- | ---------- | ----- |
145145
| [API analytics](howto-use-analytics.md) | ✔️ | ✔️<sup>1</sup> ||||
146-
| [Application Insights](api-management-howto-app-insights.md) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
146+
| [Application Insights](api-management-howto-app-insights.md) | ✔️ | ✔️ | ✔️ | ✔️<sup>2</sup> | ✔️ |
147147
| [Logging through Event Hubs](api-management-howto-log-event-hubs.md) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
148148
| [Metrics in Azure Monitor](api-management-howto-use-azure-monitor.md#view-metrics-of-your-apis) | ✔️ | ✔️ |✔️ | ✔️ ||
149149
| [OpenTelemetry Collector](how-to-deploy-self-hosted-gateway-kubernetes-opentelemetry.md) |||| ✔️ ||
150-
| [Request logs in Azure Monitor and Log Analytics](api-management-howto-use-azure-monitor.md#resource-logs) | ✔️ | ✔️ || ❌<sup>2</sup> ||
150+
| [Request logs in Azure Monitor and Log Analytics](api-management-howto-use-azure-monitor.md#resource-logs) | ✔️ | ✔️ || ❌<sup>3</sup> ||
151151
| [Local metrics and logs](how-to-configure-local-metrics-logs.md) |||| ✔️ ||
152-
| [Request tracing](api-management-howto-api-inspector.md) | ✔️ | ❌<sup>3</sup> | ✔️ | ✔️ ||
152+
| [Request tracing](api-management-howto-api-inspector.md) | ✔️ | ❌<sup>4</sup> | ✔️ | ✔️ ||
153153

154154
<sup>1</sup> The v2 tiers support Azure Monitor-based analytics.<br/>
155-
<sup>2</sup> The self-hosted gateway currently doesn't send resource logs (diagnostic logs) to Azure Monitor. Optionally [send metrics](how-to-configure-cloud-metrics-logs.md) to Azure Monitor, or [configure and persist logs locally](how-to-configure-local-metrics-logs.md) where the self-hosted gateway is deployed.<br/>
156-
<sup>3</sup> Tracing is currently unavailable in the v2 tiers.
155+
<sup>2</sup> Gateway uses [Azure Application Insight's built-in memory buffer](./../azure-monitor/app/telemetry-channels.md#built-in-telemetry-channels) and does not provide delivery guarantees.<br/>
156+
<sup>3</sup> The self-hosted gateway currently doesn't send resource logs (diagnostic logs) to Azure Monitor. Optionally [send metrics](how-to-configure-cloud-metrics-logs.md) to Azure Monitor, or [configure and persist logs locally](how-to-configure-local-metrics-logs.md) where the self-hosted gateway is deployed.<br/>
157+
<sup>4</sup> Tracing is currently unavailable in the v2 tiers.
157158

158159
### Authentication and authorization
159160

articles/api-management/api-management-howto-app-insights.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ You can easily integrate Azure Application Insights with Azure API Management. A
2222
> [!NOTE]
2323
> In an API Management [workspace](workspaces-overview.md), a workspace owner can independently integrate Application Insights and enable Application Insights logging for the workspace's APIs. The general guidance to integrate a workspace with Application Insights is similar to the guidance for an API Management instance; however, configuration is scoped to the workspace only. Currently, you must integrate Application Insights in a workspace by configuring an instrumentation key or connection string.
2424
25+
> [!WARNING]
26+
> When using our [self-hosted gateway](self-hosted-gateway-overview.md), we do not guarantee all telemetry will be pushed to Azure Application Insights given it relies on [Application Insights' in-memory buffering](./../azure-monitor/app/telemetry-channels.md#built-in-telemetry-channels).
27+
2528
## Prerequisites
2629

2730
* You need an Azure API Management instance. [Create one](get-started-create-service-instance.md) first.

0 commit comments

Comments
 (0)