Skip to content

Commit 75f3d23

Browse files
committed
Add missing Java native tabs
1 parent dd954bf commit 75f3d23

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,11 @@ telemetryClient.TrackEvent("testEvent");
16951695
} catch (Exception e) {
16961696
telemetryClient.trackException(e);
16971697
}
1698-
```
1698+
1699+
1700+
#### [Java Native](#tab/java-native)
1701+
1702+
It's not possible to send custom telemetry using the Application Insights Classic API in Java Native.
16991703

17001704
#### [Node.js](#tab/nodejs)
17011705

@@ -2326,6 +2330,10 @@ You might use the following ways to filter out telemetry before it leaves your a
23262330

23272331
See [sampling overrides](java-standalone-config.md#sampling-overrides) and [telemetry processors](java-standalone-telemetry-processors.md).
23282332

2333+
### [Java Native](#tab/java-native)
2334+
2335+
It's not possible to filter telemetry in Java Native.
2336+
23292337
### [Node.js](#tab/nodejs)
23302338

23312339
1. Exclude the URL option provided by many HTTP instrumentation libraries.

0 commit comments

Comments
 (0)