Skip to content

Commit 3ecd567

Browse files
Merge pull request #218813 from v-jbasden/jbasden-change-blade-to-pane-across-azure-monitor-2
[BULK UPDATE #2] Changing "blade" to "pane"
2 parents 153491d + aaad8f0 commit 3ecd567

10 files changed

+13
-13
lines changed

articles/azure-monitor/app/app-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Filters can be reused in two ways:
400400
later time may be different from the one observed when the link was
401401
created.
402402

403-
- The dashboard pin :::image type="content" source="media/app-map/image-10.png" alt-text="A screenshot displaying the dashboard pin button."::: is located next to the title bar of the Application Map blade. This button pins the map to a dashboard, along with the filters applied to it. This action can be useful for filters that are frequently interesting. As an example, the user can pin a map with "Error connector" filter applied to it, and the dashboard view will only show nodes that have errors in their HTTP calls.
403+
- The dashboard pin :::image type="content" source="media/app-map/image-10.png" alt-text="A screenshot displaying the dashboard pin button."::: is located next to the title bar of the Application Map pane. This button pins the map to a dashboard, along with the filters applied to it. This action can be useful for filters that are frequently interesting. As an example, the user can pin a map with "Error connector" filter applied to it, and the dashboard view will only show nodes that have errors in their HTTP calls.
404404

405405
#### Filter usage scenarios
406406

articles/azure-monitor/app/java-2x-collectd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Restart collectd according to its [manual](https://collectd.org/wiki/index.php/F
8888
## View the data in Application Insights
8989
In your Application Insights resource, open [Metrics and add charts][metrics], selecting the metrics you want to see from the Custom category.
9090

91-
By default, the metrics are aggregated across all host machines from which the metrics were collected. To view the metrics per host, in the Chart details blade, turn on Grouping and then choose to group by CollectD-Host.
91+
By default, the metrics are aggregated across all host machines from which the metrics were collected. To view the metrics per host, in the Chart details pane, turn on Grouping and then choose to group by CollectD-Host.
9292

9393
## To exclude upload of specific statistics
9494
By default, the Application Insights plugin sends all the data collected by all the enabled collectd 'read' plugins.

articles/azure-monitor/app/java-2x-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Either run it in debug mode on your development machine, or publish to your serv
151151
## View your telemetry in Application Insights
152152
Return to your Application Insights resource in [Microsoft Azure portal](https://portal.azure.com).
153153

154-
HTTP requests data appears on the overview blade. (If it isn't there, wait a few seconds and then click Refresh.)
154+
HTTP requests data appears on the overview pane. (If it isn't there, wait a few seconds and then click Refresh.)
155155

156156
![Screenshot of overview sample data](./media/java-get-started/overview-graphs.png)
157157

articles/azure-monitor/app/java-2x-trace-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ To start getting traces, merge the relevant snippet of code to the Log4J or Logb
188188
The Application Insights appenders can be referenced by any configured logger, and not necessarily by the root logger (as shown in the code samples above).
189189

190190
## Explore your traces in the Application Insights portal
191-
Now that you've configured your project to send traces to Application Insights, you can view and search these traces in the Application Insights portal, in the [Search][diagnostic] blade.
191+
Now that you've configured your project to send traces to Application Insights, you can view and search these traces in the Application Insights portal, in the [Search][diagnostic] pane.
192192

193193
Exceptions submitted via loggers will be displayed on the portal as Exception Telemetry.
194194

articles/azure-monitor/app/java-standalone-profiler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Application Insights Java profiler uses the JFR profiler provided by the JVM
2424

2525
This data is gathered on demand when trigger conditions are met. The available triggers are thresholds over CPU usage and Memory consumption.
2626

27-
When a threshold is reached, a profile of the configured type and duration is gathered and uploaded. This profile is then visible within the performance blade of the associated Application Insights Portal UI.
27+
When a threshold is reached, a profile of the configured type and duration is gathered and uploaded. This profile is then visible within the performance pane of the associated Application Insights Portal UI.
2828

2929
> [!WARNING]
3030
> The JFR profiler by default executes the "profile-without-env-data" profile. A JFR file is a series of events emitted by the JVM. The "profile-without-env-data" configuration, is similar to the "profile" configuration that ships with the JVM, however has had some events disabled that have the potential to contain sensitive deployment information such as environment variables, arguments provided to the JVM and processes running on the system.
@@ -93,8 +93,8 @@ The following steps will guide you through enabling the profiling component on t
9393
1. Configure the resource thresholds that will cause a profile to be collected:
9494

9595
1. Browse to the Performance -> Profiler section of the Application Insights instance.
96-
:::image type="content" source="./media/java-standalone-profiler/performance-blade.png" alt-text="Screenshot of the link to open performance blade." lightbox="media/java-standalone-profiler/performance-blade.png":::
97-
:::image type="content" source="./media/java-standalone-profiler/profiler-button.png" alt-text="Screenshot of the Profiler button from the Performance blade." lightbox="media/java-standalone-profiler/profiler-button.png":::
96+
:::image type="content" source="./media/java-standalone-profiler/performance-blade.png" alt-text="Screenshot of the link to open performance pane." lightbox="media/java-standalone-profiler/performance-blade.png":::
97+
:::image type="content" source="./media/java-standalone-profiler/profiler-button.png" alt-text="Screenshot of the Profiler button from the Performance pane." lightbox="media/java-standalone-profiler/profiler-button.png":::
9898

9999
2. Select "Triggers"
100100

articles/azure-monitor/app/monitor-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The end-to-end diagnostics and the application map provide visibility into one s
2929

3030
### How to enable distributed tracing for Java Function apps
3131

32-
Navigate to the functions app Overview blade and go to configurations. Under Application Settings, click "+ New application setting".
32+
Navigate to the functions app Overview pane and go to configurations. Under Application Settings, click "+ New application setting".
3333

3434
> [!div class="mx-imgBorder"]
3535
> ![Under Settings, add new application settings](./media//functions/create-new-setting.png)

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ for i in range(100):
471471
---
472472

473473
> [!TIP]
474-
> If you're not sure where to set the sampling rate, start at 5% (i.e., 0.05 sampling ratio) and adjust the rate based on the accuracy of the operations shown in the failures and performance blades. A higher rate generally results in higher accuracy. However, ANY sampling will affect accuracy so we recommend alerting on [OpenTelemetry metrics](#metrics), which are unaffected by sampling.
474+
> If you're not sure where to set the sampling rate, start at 5% (i.e., 0.05 sampling ratio) and adjust the rate based on the accuracy of the operations shown in the failures and performance panes. A higher rate generally results in higher accuracy. However, ANY sampling will affect accuracy so we recommend alerting on [OpenTelemetry metrics](#metrics), which are unaffected by sampling.
475475
476476
## Instrumentation libraries
477477

articles/azure-monitor/app/pre-aggregated-metrics-log-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article explains the difference between "traditional" Application Insights
1212

1313
## Log-based Metrics
1414

15-
In the past, the application monitoring telemetry data model in Application Insights was solely based on a small number of predefined types of events, such as requests, exceptions, dependency calls, page views, etc. Developers can use the SDK to either emit these events manually (by writing code that explicitly invokes the SDK) or they can rely on the automatic collection of events from auto-instrumentation. In either case, the Application Insights backend stores all collected events as logs, and the Application Insights blades in the Azure portal act as an analytical and diagnostic tool for visualizing event-based data from logs.
15+
In the past, the application monitoring telemetry data model in Application Insights was solely based on a small number of predefined types of events, such as requests, exceptions, dependency calls, page views, etc. Developers can use the SDK to either emit these events manually (by writing code that explicitly invokes the SDK) or they can rely on the automatic collection of events from auto-instrumentation. In either case, the Application Insights backend stores all collected events as logs, and the Application Insights panes in the Azure portal act as an analytical and diagnostic tool for visualizing event-based data from logs.
1616

1717
Using logs to retain a complete set of events can bring great analytical and diagnostic value. For example, you can get an exact count of requests to a particular URL with the number of distinct users who made these calls. Or you can get detailed diagnostic traces, including exceptions and dependency calls for any user session. Having this type of information can significantly improve visibility into the application health and usage, allowing to cut down the time necessary to diagnose issues with an app.
1818

articles/azure-monitor/app/sampling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Use this type of sampling if your app often goes over its monthly quota and you
415415

416416
Set the sampling rate in the Usage and estimated costs page:
417417

418-
![From the application's Overview blade, click Settings, Quota, Samples, then select a sampling rate, and click Update.](./media/sampling/data-sampling.png)
418+
![From the application's Overview pane, click Settings, Quota, Samples, then select a sampling rate, and click Update.](./media/sampling/data-sampling.png)
419419

420420
Like other types of sampling, the algorithm retains related telemetry items. For example, when you're inspecting the telemetry in Search, you'll be able to find the request related to a particular exception. Metric counts such as request rate and exception rate are correctly retained.
421421

@@ -466,7 +466,7 @@ As the application is scaled up, it may be processing dozens, hundreds, or thous
466466
467467
As sampling rates increase log based queries accuracy decrease and are usually inflated. This only impacts the accuracy of log-based queries when sampling is enabled and the sample rates are in a higher range (~ 60%). The impact varies based on telemetry types, telemetry counts per operation as well as other factors.
468468

469-
To address the problems introduced by sampling pre-aggregated metrics are used in the SDKs. Additional details about these metrics, log-based and pre-aggregated, can be referenced in [Azure Application Insights - Azure Monitor | Microsoft Docs](./pre-aggregated-metrics-log-metrics.md#sdk-supported-pre-aggregated-metrics-table). Relevant properties of the logged data are identified and statistics extracted before sampling occurs. To avoid resource and cost issues, metrics are aggregated. The resulting aggregate data is represented by only a few metric telemetry items per minute, instead of potentially thousands of event telemetry items. These metrics calculate the 25 requests from the example and send a metric to the MDM account reporting “this web app processed 25 requests”, but the sent request telemetry record will have an `itemCount` of 100. These pre-aggregated metrics report the correct numbers and can be relied upon when sampling affects the log-based queries results. They can be viewed on the Metrics blade of the Application Insights portal.
469+
To address the problems introduced by sampling pre-aggregated metrics are used in the SDKs. Additional details about these metrics, log-based and pre-aggregated, can be referenced in [Azure Application Insights - Azure Monitor | Microsoft Docs](./pre-aggregated-metrics-log-metrics.md#sdk-supported-pre-aggregated-metrics-table). Relevant properties of the logged data are identified and statistics extracted before sampling occurs. To avoid resource and cost issues, metrics are aggregated. The resulting aggregate data is represented by only a few metric telemetry items per minute, instead of potentially thousands of event telemetry items. These metrics calculate the 25 requests from the example and send a metric to the MDM account reporting “this web app processed 25 requests”, but the sent request telemetry record will have an `itemCount` of 100. These pre-aggregated metrics report the correct numbers and can be relied upon when sampling affects the log-based queries results. They can be viewed on the Metrics pane of the Application Insights portal.
470470

471471
## Frequently asked questions
472472

articles/azure-monitor/app/sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Insert a web part and embed the code snippet in it.
7979
## View data about your app
8080
Redeploy your app.
8181

82-
Return to your application blade in the [Azure portal](https://portal.azure.com).
82+
Return to your application pane in the [Azure portal](https://portal.azure.com).
8383

8484
The first events will appear in Search.
8585

0 commit comments

Comments
 (0)