Skip to content

Commit 685c935

Browse files
committed
Fix
1 parent 4676627 commit 685c935

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
@@ -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 the text "exporting span:".
200+
with the text "exporting span".
201201

202202
Note that only attributes set at the start of the span are available for sampling,
203203
so attributes such as `http.status_code` which are captured later on cannot be used for sampling.

0 commit comments

Comments
 (0)