You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/search/searchable-properties/spans.mdx
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Below is a list of keys and tokens that can be used in the span search:
20
20
21
21
### `action`
22
22
23
-
The type of span action.
23
+
The type of span action, for example, `SELECT` for a SQL span or `POST` for an HTTP span.
24
24
25
25
-**Type:** string
26
26
@@ -48,6 +48,18 @@ Device class is a synthesized field that's calculated by using device info found
48
48
49
49
-**Type:** string
50
50
51
+
### `domain`
52
+
53
+
General scope of the span’s action, for example, the tables involved in a `db` span or the host name in an `http` span.
54
+
55
+
-**Type:** string
56
+
57
+
### `duration`
58
+
59
+
The total time taken by the span.
60
+
61
+
-**Type:** duration
62
+
51
63
### `environment`
52
64
53
65
Refers to your code deployment naming convention. For example, `development`, `testing`, `staging` and so on. [Learn more](/product/sentry-basics/environments/). In some pages of [Sentry](https://sentry.io/), you filter on environment using a dropdown.
@@ -60,6 +72,12 @@ The file extension of a resource span.
60
72
61
73
-**Type:** string
62
74
75
+
### `group`
76
+
77
+
Unique hash of the span’s description.
78
+
79
+
-**Type:** string
80
+
63
81
### `http.decoded_response_content_length`
64
82
65
83
The [decoded body size](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/decodedBodySize) of the resource.
@@ -90,9 +108,15 @@ The unique ID of a message from the queue or messaging system.
90
108
91
109
-**Type:** string
92
110
111
+
### `module`
112
+
113
+
The Insights module that the span is associated with, for example, `cache`, `db`, `http`, and so on.
114
+
115
+
-**Type:** string
116
+
93
117
### `op`
94
118
95
-
Span operation.
119
+
The operation of the span, for example, `http.client`, `middleware`.
96
120
97
121
-**Type:** string
98
122
@@ -133,6 +157,16 @@ Version of the Sentry SDK that sent the event.
133
157
134
158
-**Type:** string
135
159
160
+
### `self_time`
161
+
162
+
The duration of the span excluding the duration of its child spans.
0 commit comments