Skip to content

Commit 7e6fc5e

Browse files
committed
Fixing tabs. Adding Java info.
1 parent 879a4a6 commit 7e6fc5e

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

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

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export OTEL_SERVICE_NAME="my-helloworld-service"
302302

303303
## Enable Sampling
304304

305-
You might want to enable sampling to reduce your data ingestion volume, which reduces your cost. Azure Monitor provides a custom *fixed-rate* sampler that populates events with a sampling ratio, which Application Insights converts to `ItemCount`. The *fixed-rate* sampler ensures accurate experiences and event counts. The sampler is designed to preserve your traces across services, and it's interoperable with older Application Insights SDKs. For more information, see [Learn More about sampling](sampling.md#brief-summary).
305+
You might want to enable sampling to reduce your data ingestion volume, which reduces your cost. Azure Monitor provides a custom *fixed-rate* sampler that populates events with a sampling ratio, which Application Insights converts to `ItemCount`. The *fixed-rate* sampler ensures accurate experiences and event counts. The sampler is designed to preserve your traces across services, and it's interoperable with older Application Insights Software Development Kits (SDKs). For more information, see [Learn More about sampling](sampling.md#brief-summary).
306306

307307
> [!NOTE]
308308
> Metrics and Logs are unaffected by sampling.
@@ -407,23 +407,13 @@ builder.Services.AddOpenTelemetry().UseAzureMonitor(options => {
407407

408408
#### [.NET](#tab/net)
409409

410-
This feature is not available in the Azure Monitor .NET Exporter.
410+
This feature isn't available in the Azure Monitor .NET Exporter.
411411

412412
#### [Java](#tab/java)
413413

414-
<!--
415-
416-
TODO:
417-
418-
This feature is/isn't enabled by default.
419-
420-
Functionality and customization are covered in the following configuration sample.
414+
The Live Metrics experience is enabled by default.
421415

422-
```
423-
Configuration sample
424-
```
425-
426-
-->
416+
For more information on Java configuration, see [Configuration options: Azure Monitor Application Insights for Java](java-standalone-config.md#configuration-options-azure-monitor-application-insights-for-java).
427417

428418
#### [Node.js](#tab/nodejs)
429419

@@ -459,6 +449,8 @@ configure_azure_monitor(
459449
...
460450
```
461451

452+
---
453+
462454
## Enable Microsoft Entra ID (formerly Azure AD) authentication
463455

464456
You might want to enable Microsoft Entra authentication for a more secure connection to Azure, which prevents unauthorized telemetry from being ingested into your subscription.
@@ -948,4 +940,4 @@ For more information about OpenTelemetry SDK configuration, see the [OpenTelemet
948940

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

951-
[!INCLUDE [azure-monitor-app-insights-opentelemetry-support](../includes/azure-monitor-app-insights-opentelemetry-support.md)]
943+
[!INCLUDE [azure-monitor-app-insights-opentelemetry-support](../includes/azure-monitor-app-insights-opentelemetry-support.md)]

0 commit comments

Comments
 (0)