Skip to content

Commit d8a65e0

Browse files
authored
update
1 parent 7106d7b commit d8a65e0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

support/azure/azure-monitor/app-insights/telemetry/troubleshoot-missing-telemetry.md renamed to support/azure/azure-monitor/app-insights/telemetry/troubleshoot-aks-autoinstrumentation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 05/22/2025
77
---
88
# Troubleshoot Azure Kubernetes Service autoinstrumentation in Application Insights
99

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.
1111

1212
## Prerequisites
1313

@@ -19,7 +19,7 @@ Ensure that the Kubernetes command-line tool (`kubectl`) is installed and config
1919

2020
2. Verify the deployment is instrumented
2121

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.
2323

2424
The annotation should be present with proper JSON in the following pattern:
2525

@@ -33,18 +33,18 @@ Ensure that the Kubernetes command-line tool (`kubectl`) is installed and config
3333
- The *Instrumentation* custom resource contains the correct connection string and instrumentation platform.
3434
3. [Restart the deployment](/azure/azure-monitor/app/kubernetes-codeless#restart-deployment).
3535

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*.
3737

3838
For example, the following errors indicate a connectivity issue:
3939

4040
- > Ingestion endpoint could not be reached.
4141
- > Error: getaddrinfo ENOTFOUND eastus2-3.in.applicationinsights.azure.com
4242
- > getaddrinfo ENOTFOUND eastus2-3.in.applicationinsights.azure.com
4343
44-
If this type of error exists, sign into the container and test connectivity to the endpoint.
44+
If this type of error exists, sign into the container and test connectivity to the endpoint:
4545

4646
```console
47-
kubectl exec -ti customer-java-1-1234567890-abcde -- /bin/bash
47+
kubectl exec -ti <pod-name> -- /bin/bash
4848
```
4949

5050
If connectivity can't be established, troubleshoot the network connectivity issue such as firewall or name resolution issues.

support/azure/azure-monitor/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ items:
66
- name: OpenTelemetry troubleshooting
77
items:
88
- name: Azure Kubernetes Service (AKS)
9-
href: app-insights/telemetry/troubleshoot-missing-telemetry.md
9+
href: app-insights/telemetry/troubleshoot-aks-autoinstrumentation.md
1010
- name: .NET
1111
href: app-insights/telemetry/opentelemetry-troubleshooting-dotnet.md
1212
- name: Java

0 commit comments

Comments
 (0)