You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/azure-monitor/app-insights/telemetry/troubleshoot-aks-autoinstrumentation.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.date: 05/22/2025
7
7
---
8
8
# Troubleshoot Azure Kubernetes Service autoinstrumentation in Application Insights
9
9
10
-
This article provides a step-by-step guide to troubleshoot an issue where no data appears in a workspace-based Application Insights resource.
10
+
This article provides a step-by-step guide to troubleshoot an issue where no telemetry data appears in a workspace-based Application Insights resource.
11
11
12
12
## Prerequisites
13
13
@@ -19,7 +19,7 @@ Ensure that the Kubernetes command-line tool (`kubectl`) is installed and config
19
19
20
20
2. Verify the deployment is instrumented
21
21
22
-
3. Check for the monitor.azure.com/instrumentation annotation on the deployment and its latest replica set.
22
+
3. Check for the `monitor.azure.com/instrumentation` annotation on the deployment and its latest replica set.
23
23
24
24
The annotation should be present with proper JSON in the following pattern:
25
25
@@ -33,18 +33,18 @@ Ensure that the Kubernetes command-line tool (`kubectl`) is installed and config
33
33
- The *Instrumentation* custom resource contains the correct connection string and instrumentation platform.
34
34
3.[Restart the deployment](/azure/azure-monitor/app/kubernetes-codeless#restart-deployment).
35
35
36
-
5. Check for networking errors in the SDK log located in the pod's logs volume: /var/log/applicationinsights.
36
+
5. Check for networking errors in the SDK log located in the pod's logs volume: */var/log/applicationinsights*.
37
37
38
38
For example, the following errors indicate a connectivity issue:
0 commit comments