File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1695,7 +1695,11 @@ telemetryClient.TrackEvent("testEvent");
1695
1695
} catch (Exception e) {
1696
1696
telemetryClient.trackException(e);
1697
1697
}
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.
1699
1703
1700
1704
#### [Node.js](#tab/nodejs)
1701
1705
@@ -2326,6 +2330,10 @@ You might use the following ways to filter out telemetry before it leaves your a
2326
2330
2327
2331
See [sampling overrides ](java - standalone - config .md #sampling - overrides ) and [telemetry processors ](java - standalone - telemetry - processors .md ).
2328
2332
2333
+ ### [Java Native](#tab/java-native)
2334
+
2335
+ It 's not possible to filter telemetry in Java Native.
2336
+
2329
2337
### [Node.js](#tab/nodejs)
2330
2338
2331
2339
1 . Exclude the URL option provided by many HTTP instrumentation libraries .
You can’t perform that action at this time.
0 commit comments