Skip to content

Commit 2219d71

Browse files
committed
Document telemetryKind
1 parent c0b63ea commit 2219d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/java-standalone-sampling-overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To begin, create a configuration file named *applicationinsights.json*. Save it
6969

7070
## How it works
7171

72-
`telemetryType` must be one of `request`, `dependency`, `trace` (log), or `exception`.
72+
`telemetryType` (`telemetryKind` in Application Insights 3.4.0) must be one of `request`, `dependency`, `trace` (log), or `exception`.
7373

7474
When a span is started, the type of span and the attributes present on it at that time are used to check if any of the sampling
7575
overrides match.

0 commit comments

Comments
 (0)