Skip to content

Commit 3f1c589

Browse files
Merge pull request #231529 from jeanbisutti/sampling-override-telemetry-kind
Document telemetryKind
2 parents 48e55f8 + 2219d71 commit 3f1c589

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)