File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ Span attribute names are based on the OpenTelemetry semantic conventions:
197
197
198
198
To see the exact set of attributes captured by Application Insights Java for your application, set the
199
199
[ 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:" .
201
201
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.
You can’t perform that action at this time.
0 commit comments