Skip to content

Commit baca1db

Browse files
Merge pull request #262158 from AaronMaxwell/aaronmax-otel-enable-tips
Adding a couple of tips
2 parents 09ba581 + 81d8ffa commit baca1db

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ Java autoinstrumentation is enabled through configuration changes; no code chang
186186

187187
Point the JVM to the jar file by adding `-javaagent:"path/to/applicationinsights-agent-3.4.19.jar"` to your application's JVM args.
188188

189+
> [!TIP]
190+
> Sampling is enabled by default at a rate of 5 requests per second, aiding in cost management. Telemetry data may be missing in scenarios exceeding this rate. For more information on modifying sampling configuration, see [sampling overrides](./java-standalone-sampling-overrides.md).
191+
189192
> [!TIP]
190193
> For scenario-specific guidance, see [Get Started (Supplemental)](./java-get-started-supplemental.md).
191194
@@ -283,11 +286,14 @@ Run your application and open your **Application Insights Resource** tab in the
283286

284287
:::image type="content" source="media/opentelemetry/server-requests.png" alt-text="Screenshot of the Application Insights Overview tab with server requests and server response time highlighted.":::
285288

286-
You've now enabled Application Insights for your application. All the following steps are optional and allow for further customization.
289+
Application Insights is now enabled for your application. All the following steps are optional and allow for further customization.
287290

288291
> [!IMPORTANT]
289292
> If you have two or more services that emit telemetry to the same Application Insights resource, you're required to [set Cloud Role Names](opentelemetry-configuration.md#set-the-cloud-role-name-and-the-cloud-role-instance) to represent them properly on the Application Map.
290293
294+
> [!TIP]
295+
> Sampling is enabled by default at a rate of 5 requests per second, aiding in cost management. Telemetry data may be missing in scenarios exceeding this rate. For more information on modifying sampling configuration, see [sampling overrides](./java-standalone-sampling-overrides.md).
296+
291297
As part of using Application Insights instrumentation, we collect and send diagnostic data to Microsoft. This data helps us run and improve Application Insights. To learn more, see [Statsbeat in Azure Application Insights](./statsbeat.md).
292298

293299
[!INCLUDE [azure-monitor-app-insights-opentelemetry-faqs](../includes/azure-monitor-app-insights-opentelemetry-faqs.md)]

0 commit comments

Comments
 (0)