4
FAQ
Saar Shen редактировал(а) эту страницу 2023-03-31 14:02:21 -07:00
This page intends to index all the frequently asked questions (FAQs).
-
Question: There are a few initial telemetry objects missing the cluster information, is it intended?
- Yes. By design, it is a trade-off for quality data. Some application insights events, for example, the ones during the hoster building (web host or generic host) or before the container was ready, would have no cluster info enriched. Events after that should have the cluster info attached.
- Credit: this question was initially raised in #331.
-
Question: Why do I see calls to 10.0.0.1 in Application Map for all my applications?
- Those are traffic for
Application Insights for Kubernetes
to get Kubernetes-related information. Refer to create a telemetry processor if you prefer to hide the node. Refer to 221 for more details.
- Those are traffic for
-
Question: Is Azure Kubernetes Service (AKS) or Azure Container Service (ACS) supported?
- Yes for both. See 122 for details.
-
Question: I got 403 when querying the master node
- Check the RBAC configuration. Refer to 146 for more details.
-
Question: container id detection fails, the telemetry doesn't have container id, container name, or cloud_Rolename, what can I do?
- For
6.1.1-beta2
or above, it is supported for the user to provide container name manually. For more details, check How to provide container name manually out.
- For