Application Insights adapter for Istio's Mixer which enables Application Insights telemetry collection for applications within Istio-enabled Kubernetes clusters.
MIT License
24
stars
11
forks
source link
Azure Application Insights for AKS not working #15
Does this Setup allow the AKS Pod request logs to appear in the application insights ?
My use case is to get the pods request logs of a third party service in the application insights 'request' table.
I enabled istio-injection for my application pods using istio-injection=enabled label to my namespaces
kubectl label namespace <my-app-namespace> istio-injection=enabled
I have followed every step mentioned in the SETUP.md file but it doesn't seem to work.
I am unable to see data in the application insights. I see below from application insights adapter.
Does this Setup allow the AKS Pod request logs to appear in the application insights ? My use case is to get the pods request logs of a third party service in the application insights 'request' table.
I enabled istio-injection for my application pods using istio-injection=enabled label to my namespaces
kubectl label namespace <my-app-namespace> istio-injection=enabled
I have followed every step mentioned in the SETUP.md file but it doesn't seem to work.
I am unable to see data in the application insights. I see below from application insights adapter.
When I try troubleshooting the steps mentioned, In Step 7, I get the following error -
Do we need to have istio-mixer enabled/ deployed externally ? Am I missing any configuration ?