Lines Matching full:spans

78   <code><a href="tracing_v2.projects.traces.spans.html">spans()</a></code>
80 <p class="firstline">Returns the spans Resource.</p>
84 <p class="firstline">Sends new spans to Stackdriver Trace or updates existing traces. If the</p>
90 <p class="firstline">Returns a list of spans within a trace.</p>
100 <pre>Sends new spans to Stackdriver Trace or updates existing traces. If the
101 name of a trace that you send matches that of an existing trace, new spans
102 are added to the existing trace. Attempt to update existing spans results
104 with given set of spans.
107 name: string, Name of the project where the spans belong to. Format is
113 "spans": [ # A collection of spans.
114 { # A span represents a single operation within a trace. Spans can be nested
117 # its sub-operations. (A trace could alternatively contain multiple root spans,
118 # or none at all.) Spans do not need to be contiguous. There may be gaps
119 # and/or overlaps between spans in a trace.
187 # Often multiple spans will have identical stack traces.
191 # Subsequent spans within the same request can refer
254 # cross-trace spans.
262 # `projects/PROJECT_ID/traces/TRACE_ID/spans/SPAN_ID`.
469 # operations. It consists of a set of spans, each representing
482 <pre>Returns a list of spans within a trace.
485 parent: string, ID of the trace for which to list child spans. Format is
498 …"nextPageToken": "A String", # If defined, indicates that there are more spans that match the requ…
500 # additional spans.
501 "spans": [ # The requested spans if there are any in the specified trace.
502 { # A span represents a single operation within a trace. Spans can be nested
505 # its sub-operations. (A trace could alternatively contain multiple root spans,
506 # or none at all.) Spans do not need to be contiguous. There may be gaps
507 # and/or overlaps between spans in a trace.
575 # Often multiple spans will have identical stack traces.
579 # Subsequent spans within the same request can refer
642 # cross-trace spans.
650 # `projects/PROJECT_ID/traces/TRACE_ID/spans/SPAN_ID`.