We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd682f4 commit 25e8c6cCopy full SHA for 25e8c6c
specs/agents/tracing-spans.md
@@ -90,10 +90,8 @@ set for the deprecated `span_frames_min_duration`.
90
Exit spans are spans that describe a call to an external service,
91
such as an outgoing HTTP request or a call to a database.
92
93
-A span is considered an exit span if it has explicitly been marked as such or if it has context fields that are indicative of it being an exit span:
94
-```groovy
95
-exit = exit || context.destination || context.db || context.message || context.http
96
-```
+A span is considered an exit span if it has explicitly been marked as such; a
+span's status should not be inferred.
97
98
#### Child spans of exit spans
99
0 commit comments