• Home
  • Raw
  • Download

Lines Matching +full:traces +full:- +full:db

8   font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
42 margin-top: 0.5em;
46 font-family: Arial, sans serif;
50 border-bottom: solid #CCC 1px;
54 margin-top: 0.5em;
58 margin-left: 2 em;
62 margin-top: 1em;
69 font-weight: bold;
70 font-size: 14px;
75 …trace_v1.projects.html">projects</a> . <a href="cloudtrace_v1.projects.traces.html">traces</a></h1>
85 <p class="firstline">Returns of a list of traces that match the specified filter conditions.</p>
104 1 - v1 error format
105 2 - v2 error format
113 …m a trace tree. Often, a trace contains a root span that describes the end-to-end latency of an op…
116 …ory/product/key` for agents of well-known products (e.g. `/db/mongodb/read_size`). * `short_host/p…
119-call site name. For the same executable and the same call point, a best practice is to use a cons…
121 …&quot;spanId&quot;: &quot;A String&quot;, # Identifier for the span. Must be a 64-bit integer othe…
125 … unique identifier for the trace. This identifier is a 128-bit numeric value formatted as a 32-byt…
131 <pre>Returns of a list of traces that match the specified filter conditions.
136traces where any root span starts with `NAME_PREFIX`. * `+root:NAME` or `+NAME`: Return traces whe…
137 …orderBy: string, Optional. Field used to sort the returned traces. Can be one of the following: * …
138 …mber of traces to return. If not specified or &lt;= 0, the implementation selects a reasonable val…
141 view: string, Optional. Type of data returned for traces in the list. Default is `MINIMAL`.
143 VIEW_TYPE_UNSPECIFIED - Default is `MINIMAL` if unspecified.
144 MINIMAL - Minimal view of the trace record that contains only the project and trace IDs.
145 …ROOTSPAN - Root span view of the trace record that returns the root spans along with the minimal t…
146 …COMPLETE - Complete view of the trace record that contains the actual trace data. This is equivale…
149 1 - v1 error format
150 2 - v2 error format
156 …ere are more traces that match the request and that this value should be passed to the next reques…
157 &quot;traces&quot;: [ # List of trace records as specified by the view parameter.
161 …m a trace tree. Often, a trace contains a root span that describes the end-to-end latency of an op…
164 …ory/product/key` for agents of well-known products (e.g. `/db/mongodb/read_size`). * `short_host/p…
167-call site name. For the same executable and the same call point, a best practice is to use a cons…
169 …&quot;spanId&quot;: &quot;A String&quot;, # Identifier for the span. Must be a 64-bit integer othe…
173 … unique identifier for the trace. This identifier is a 128-bit numeric value formatted as a 32-byt…