Skip to content

Commit 4676627

Browse files
committed
Edits
1 parent 90fda24 commit 4676627

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Span attribute names are based on the OpenTelemetry semantic conventions:
197197

198198
To see the exact set of attributes captured by Application Insights Java for your application, set the
199199
[self-diagnostics level to debug](./java-standalone-config.md#self-diagnostics), and look for debug messages starting
200-
with `exporting span`.
200+
with the text "exporting span:".
201201

202-
Note that only attributes that were set prior to starting the span are available for sampling,
203-
so attributes such as `http.status_code` cannot be used for sampling.
202+
Note that only attributes set at the start of the span are available for sampling,
203+
so attributes such as `http.status_code` which are captured later on cannot be used for sampling.

0 commit comments

Comments
 (0)