Skip to content

Commit 86c80af

Browse files
authored
Merge pull request #191749 from JasonAndrewWriter/Key_Depreciation-includesecond22
remainder of key deprecation includes
2 parents fc280b0 + 1cfd632 commit 86c80af

39 files changed

+76
-3
lines changed

articles/azure-monitor/app/data-model-request-telemetry.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ ms.reviewer: sergkanz
88

99
# Request telemetry: Application Insights data model
1010

11-
A request telemetry item (in [Application Insights](./app-insights-overview.md)) represents the logical sequence of execution triggered by an external request to your application. Every request execution is identified by unique `ID` and `url` containing all the execution parameters. You can group requests by logical `name` and define the `source` of this request. Code execution can result in `success` or `fail` and has a certain `duration`. Both success and failure executions may be grouped further by `resultCode`. Start time for the request telemetry defined on the envelope level.
11+
A request telemetry item (in [Application Insights](./app-insights-overview.md)) represents the logical sequence of execution triggered by an external request to your application. Every request execution is identified by unique `ID` and `url` containing all the execution parameters. You can group requests by logical `name` and define the `source` of this request. Code execution can result in `success` or `fail` and has a certain `duration`. Both success and failure executions may be grouped further by `resultCode`. Start time for the request telemetry defined on the envelope level.
1212

1313
Request telemetry supports the standard extensibility model using custom `properties` and `measurements`.
1414

15+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
16+
1517
## Name
1618

1719
Name of the request represents code path taken to process the request. Low cardinality value to allow better grouping of requests. For HTTP requests it represents the HTTP method and URL path template like `GET /values/{id}` without the actual `id` value.

articles/azure-monitor/app/data-retention-privacy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The Application Insights service stores and analyzes the telemetry. To see the a
3030
You can have data exported from the Application Insights service, for example to a database or to external tools. You provide each tool with a special key that you obtain from the service. The key can be revoked if necessary.
3131

3232
Application Insights SDKs are available for a range of application types: web services hosted in your own Java EE or ASP.NET servers, or in Azure; web clients - that is, the code running in a web page; desktop apps and services; device apps such as Windows Phone, iOS, and Android. They all send telemetry to the same service.
33+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
3334

3435
## What data does it collect?
3536
There are three sources of data:

articles/azure-monitor/app/export-telemetry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Want to keep your telemetry for longer than the standard retention period? Or pr
1616
> Continuous export is only supported for classic Application Insights resources. [Workspace-based Application Insights resources](./create-workspace-resource.md) must use [diagnostic settings](./create-workspace-resource.md#export-telemetry).
1717
>
1818
19+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
20+
1921
Before you set up continuous export, there are some alternatives you might want to consider:
2022

2123
* The Export button at the top of a metrics or search tab lets you transfer tables and charts to an Excel spreadsheet.

articles/azure-monitor/app/ilogger.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ namespace WebApplication
167167
In the preceding code, `ApplicationInsightsLoggerProvider` is configured with your `"APPINSIGHTS_INSTRUMENTATIONKEY"` instrumentation key. Filters are applied, setting the log level to <xref:Microsoft.Extensions.Logging.LogLevel.Trace?displayProperty=nameWithType>.
168168

169169

170+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
171+
170172
#### Example Startup.cs
171173

172174
```csharp

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Take a copy of the instrumentation key, which identifies the resource.
2525

2626
![Browse all, open your resource, and then in the Essentials drop-down, select, and copy the Instrumentation Key](./media/java-collectd/instrumentation-key-001.png)
2727

28+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
29+
2830
## Install collectd and the plug-in
2931
On your Linux server machines:
3032

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Application Insights is an extensible analytics service for web developers that
3434

3535
![In the new resource overview, click Properties and copy the Instrumentation Key](./media/java-get-started/instrumentation-key-001.png)
3636

37+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
38+
3739
## Add the Application Insights SDK for Java to your project
3840

3941
*Choose your project type.*

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Steps
5454
1. Build your application and run
5555
2. The above should get you up and running with pre-aggregated metrics auto collected to Azure Monitor. For details on how to fine-tune Application Insights Spring Boot starter refer to the [readme on GitHub](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/spring/azure-spring-boot-starter/README.md).
5656

57+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
58+
5759
## Using Spring 2.x
5860

5961
Add the following dependencies to your pom.xml or build.gradle file:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ If you're using Logback or Log4J (v1.2 or v2.0) for tracing, you can have your t
1919
> [!TIP]
2020
> You only need to set your Application Insights Instrumentation Key once for your application. If you are using a framework like Java Spring, you may have already registered the key elsewhere in your app's configuration.
2121
22+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
23+
2224
## Using the Application Insights Java agent
2325

2426
By default, the Application Insights Java agent automatically captures logging performed at `WARN` level and above.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Questions or problems with [Azure Application Insights in Java][java]? Here are
3535
* Please also look at [GitHub issues page](https://github.com/microsoft/ApplicationInsights-Java/issues) for known issues with the SDK.
3636
* Please ensure to use same version of Application Insights core, web, agent and logging appenders to avoid any version conflict issues.
3737

38+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
39+
3840
#### I used to see data, but it has stopped
3941
* Have you hit your monthly quota of data points? Open Settings/Quota and Pricing to find out. If so, you can upgrade your plan, or pay for additional capacity. See the [pricing scheme](https://azure.microsoft.com/pricing/details/application-insights/).
4042
* Have you recently upgraded your SDK? Please ensure that only Unique SDK jars are present inside the project directory. There should not be two different versions of SDK present.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom: devx-track-java
1515
> Please review all the configuration options below carefully, as the json structure has completely changed,
1616
> in addition to the file name itself which went all lowercase.
1717
18+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
19+
1820
## Connection string and role name
1921

2022
Connection string and role name are the most common settings needed to get started:

0 commit comments

Comments
 (0)