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: articles/azure-monitor/faq.yml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -374,7 +374,7 @@ sections:
374
374
There's no impact to the machine once the Azure Arc is installed. It hardly uses system or network resources, and is designed to have a low footprint on the host where it’s run.
375
375
376
376
- question: |
377
-
What types of machines does the new Azure Monitor Agent support?
377
+
What types of machines do the new Azure Monitor Agent support?
378
378
answer: |
379
379
You can directly install them on Virtual Machines, Virtual Machines Scale Sets, and Arc enabled Servers. You can also install them on devices (workstations, desktops) running Windows 10 or 11 using the Windows MSI installer for AMA, [currently available in preview](https://aka.ms/amadcr-privatepreviews).
380
380
@@ -471,7 +471,7 @@ sections:
471
471
* Open the **Usage and estimated costs page** in an Application Insights resource. There's a chart of recent usage. You can set a data volume cap, if you want.
472
472
* Open the [Azure Billing blade](https://portal.azure.com/#blade/Microsoft_Azure_Billing/BillingBlade/Overview) to see your bills across all resources.
473
473
474
-
- question: What does Application Insights modify in my project?
474
+
- question: What do Application Insights modify in my project?
475
475
answer: |
476
476
The details depend on the type of project. For a web application:
477
477
@@ -623,7 +623,7 @@ sections:
623
623
* To identify a logged-in user across machines and browsers, add a call to [setAuthenticatedUserContext()](app/api-custom-events-metrics.md#authenticated-users).
624
624
625
625
- question: |
626
-
How does Application Insights generate device information (Browser, OS, Language, Model)?
626
+
How do Application Insights generate device information (Browser, OS, Language, Model)?
627
627
answer: |
628
628
The browser passes the User Agent string in the HTTP header of the request, and the Application Insights ingestion service uses [UA Parser](https://github.com/ua-parser/uap-core) to generate the fields you see in the data tables and experiences. As a result, Application Insights users are unable to change these fields.
629
629
@@ -700,7 +700,7 @@ sections:
700
700
- question: |
701
701
How can I set an alert on an event?
702
702
answer: |
703
-
Azure alerts are only on metrics. Create a custom metric that crosses a value threshold whenever your event occurs. Then set an alert on the metric. You'll get a notification whenever the metric crosses the threshold in either direction; you won't get a notification until the first crossing, no matter whether the initial value is high or low;there's always a latency of a few minutes.
703
+
Azure alerts are only on metrics. Create a custom metric that crosses a value threshold whenever your event occurs. Then set an alert on the metric. You'll get a notification whenever the metric crosses the threshold in either direction; you won't get a notification until the first crossing, no matter whether the initial value is high or low;there's always a latency of a few minutes.
704
704
705
705
- question: |
706
706
Are there data transfer charges between an Azure web app and Application Insights?
@@ -945,12 +945,12 @@ sections:
945
945
- question: |
946
946
Can I view metrics collected in Grafana?
947
947
answer: |
948
-
Container insights supports viewing metrics stored in your Log Analytics workspace in Grafana dashboards. We have provided a template that you can download from Grafana's [dashboard repository](https://grafana.com/grafana/dashboards?dataSource=grafana-azure-monitor-datasource&category=docker) to get you started and reference to help you learn how to query data from your monitored clusters to visualize in custom Grafana dashboards.
948
+
Container insights support viewing metrics stored in your Log Analytics workspace in Grafana dashboards. We have provided a template that you can download from Grafana's [dashboard repository](https://grafana.com/grafana/dashboards?dataSource=grafana-azure-monitor-datasource&category=docker) to get you started and reference to help you learn how to query data from your monitored clusters to visualize in custom Grafana dashboards.
949
949
950
950
- question: |
951
951
Can I monitor my AKS-engine cluster with Container insights?
952
952
answer: |
953
-
Container insights supports monitoring container workloads deployed to AKS-engine (formerly known as ACS-engine) cluster(s) hosted on Azure. For further details and an overview of steps required to enable monitoring for this scenario, see [Using Container insights for AKS-engine](https://github.com/microsoft/OMS-docker/tree/aks-engine).
953
+
Container insights support monitoring container workloads deployed to AKS-engine (formerly known as ACS-engine) cluster(s) hosted on Azure. For further details and an overview of steps required to enable monitoring for this scenario, see [Using Container insights for AKS-engine](https://github.com/microsoft/OMS-docker/tree/aks-engine).
954
954
955
955
- question: |
956
956
Why don't I see data in my Log Analytics workspace?
@@ -990,7 +990,7 @@ sections:
990
990
- question: |
991
991
How do I enable multi-line logging?
992
992
answer: |
993
-
Currently Container insights doesn't support multi-line logging, but there are workarounds available. You can configure all the services to write in JSON format and then Docker/Moby will write them as a single line.
993
+
Currently Container insights don't support multi-line logging, but there are workarounds available. You can configure all the services to write in JSON format and then Docker/Moby will write them as a single line.
994
994
995
995
For example, you can wrap your log as a JSON object as shown in the example below for a sample Node.js application:
996
996
@@ -1029,7 +1029,7 @@ sections:
1029
1029
- question: |
1030
1030
Is there support for collecting of Kubernetes Audit logs for ARO clusters?
1031
1031
answer:
1032
-
No, Container Insights doesn’t support collection of Kubernetes Audit Logs.
1032
+
No, Container Insights don’t support collection of Kubernetes Audit Logs.
1033
1033
1034
1034
- question: |
1035
1035
Why don’t I see Normal Event Types when I query the KubeEvents table?
0 commit comments