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;
78 <code><a href="cloudtrace_v1.projects.traces.html">traces()</a></code>
80 <p class="firstline">Returns the traces Resource.</p>
87 <p class="firstline">Sends new traces to Cloud Trace or updates existing traces. If the ID of a tra…
96 …<pre>Sends new traces to Cloud Trace or updates existing traces. If the ID of a trace that you sen…
103 { # List of new or updated traces.
104 "traces": [ # List of traces.
108 …m a trace tree. Often, a trace contains a root span that describes the end-to-end latency of an op…
111 …ory/product/key` for agents of well-known products (e.g. `/db/mongodb/read_size`). * `short_host/p…
114 …-call site name. For the same executable and the same call point, a best practice is to use a cons…
116 …"spanId": "A String", # Identifier for the span. Must be a 64-bit integer othe…
120 … unique identifier for the trace. This identifier is a 128-bit numeric value formatted as a 32-byt…
127 1 - v1 error format
128 2 - v2 error format
133 …{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in you…