You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article provides guidance on how to addand modify OpenTelemetry for applications using [Azure Monitor Application Insights](app-insights-overview.md#application-insights-overview).
13
+
This article provides guidance on how to add, modify, and filter OpenTelemetry for applications using [Azure Monitor Application Insights](app-insights-overview.md#application-insights-overview).
14
14
15
15
To learn more about OpenTelemetry concepts, see the [OpenTelemetry overview](opentelemetry-overview.md) or [OpenTelemetry FAQ](/azure/azure-monitor/faq#opentelemetry).
@@ -1644,7 +1644,7 @@ You might use the following ways to filter out telemetry before it leaves your a
1644
1644
1645
1645
1. Ifaparticularsourceisn't explicitly added by using `AddSource("ActivitySourceName")`, then none of the activities created by using that source are exported.
@@ -1680,11 +1680,11 @@ You might use the following ways to filter out telemetry before it leaves your a
1680
1680
1. Ifaparticularsourceisn't explicitly added by using `AddSource("ActivitySourceName")`, then none of the activities created by using that source are exported.
1681
1681
1682
1682
1683
-
#### [Java](#tab/java)
1683
+
### [Java](#tab/java)
1684
1684
1685
1685
See [samplingoverrides](java-standalone-config.md#sampling-overrides-preview) and [telemetryprocessors](java-standalone-telemetry-processors.md).
>The `Activity` and `ActivitySource` classesfromthe `System.Diagnostics` namespacerepresenttheOpenTelemetryconceptsof `Span` and `Tracer`, respectively. That's because parts of the OpenTelemetry tracing API are incorporated directly into the .NET runtime. To learn more, see [Introduction to OpenTelemetry .NET Tracing API](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Api/README.md#introduction-to-opentelemetry-net-tracing-api).
>The `Activity` and `ActivitySource` classesfromthe `System.Diagnostics` namespacerepresenttheOpenTelemetryconceptsof `Span` and `Tracer`, respectively. That's because parts of the OpenTelemetry tracing API are incorporated directly into the .NET runtime. To learn more, see [Introduction to OpenTelemetry .NET Tracing API](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Api/README.md#introduction-to-opentelemetry-net-tracing-api).
0 commit comments