Skip to content

Commit a19e1af

Browse files
authored
Pencil edits
1 parent 6bc2658 commit a19e1af

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-monitor/faq.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ sections:
374374
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.
375375
376376
- 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?
378378
answer: |
379379
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).
380380
@@ -471,7 +471,7 @@ sections:
471471
* 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.
472472
* Open the [Azure Billing blade](https://portal.azure.com/#blade/Microsoft_Azure_Billing/BillingBlade/Overview) to see your bills across all resources.
473473
474-
- question: What does Application Insights modify in my project?
474+
- question: What do Application Insights modify in my project?
475475
answer: |
476476
The details depend on the type of project. For a web application:
477477
@@ -623,7 +623,7 @@ sections:
623623
* To identify a logged-in user across machines and browsers, add a call to [setAuthenticatedUserContext()](app/api-custom-events-metrics.md#authenticated-users).
624624
625625
- 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)?
627627
answer: |
628628
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.
629629
@@ -700,7 +700,7 @@ sections:
700700
- question: |
701701
How can I set an alert on an event?
702702
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.
704704
705705
- question: |
706706
Are there data transfer charges between an Azure web app and Application Insights?
@@ -945,12 +945,12 @@ sections:
945945
- question: |
946946
Can I view metrics collected in Grafana?
947947
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.
949949
950950
- question: |
951951
Can I monitor my AKS-engine cluster with Container insights?
952952
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).
954954
955955
- question: |
956956
Why don't I see data in my Log Analytics workspace?
@@ -990,7 +990,7 @@ sections:
990990
- question: |
991991
How do I enable multi-line logging?
992992
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.
994994
995995
For example, you can wrap your log as a JSON object as shown in the example below for a sample Node.js application:
996996
@@ -1029,7 +1029,7 @@ sections:
10291029
- question: |
10301030
Is there support for collecting of Kubernetes Audit logs for ARO clusters?
10311031
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.
10331033
10341034
- question: |
10351035
Why don’t I see Normal Event Types when I query the KubeEvents table?

0 commit comments

Comments
 (0)