Lines Matching full:spans
103 # operation. It consists of a set of spans, each of which represent a single
108 "spans": [ # Collection of spans in the trace.
109 { # A span represents a single timed event within a trace. Spans can be nested
112 # its suboperations. Spans do not need to be contiguous. There may be gaps
113 # between spans in a trace.
114 … "kind": "A String", # Distinguishes between spans generated in a particular context. For example,
115 # two spans with the same name may be distinguished using `RPC_CLIENT`
123 # cross-trace spans.
243 # operation. It consists of a set of spans, each of which represent a single
248 "spans": [ # Collection of spans in the trace.
249 { # A span represents a single timed event within a trace. Spans can be nested
252 # its suboperations. Spans do not need to be contiguous. There may be gaps
253 # between spans in a trace.
254 … "kind": "A String", # Distinguishes between spans generated in a particular context. For example,
255 # two spans with the same name may be distinguished using `RPC_CLIENT`
263 # cross-trace spans.