1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371
|
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="cloudtrace_v2.html">Cloud Trace API</a> . <a href="cloudtrace_v2.projects.html">projects</a> . <a href="cloudtrace_v2.projects.traces.html">traces</a> . <a href="cloudtrace_v2.projects.traces.spans.html">spans</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#createSpan">createSpan(name, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates a new span. If a span ID already exists, an additional copy of the span will be stored.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="createSpan">createSpan(name, body=None, x__xgafv=None)</code>
<pre>Creates a new span. If a span ID already exists, an additional copy of the span will be stored.
Args:
name: string, Required. The resource name of the span in the following format: * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. It should not be zero. `[SPAN_ID]` is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array. It should not be zero. . (required)
body: object, The request body.
The object takes the form of:
{ # A span represents a single operation within a trace. Spans can be nested to form a trace tree. Often, a trace contains a root span that describes the end-to-end latency, and one or more subspans for its sub-operations. A trace can also contain multiple root spans, or none at all. Spans do not need to be contiguous. There might be gaps or overlaps between spans in a trace.
"attributes": { # A set of attributes as key-value pairs. # A set of attributes on the span. You can have up to 32 attributes per span.
"attributeMap": { # A set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. For example: "/instance_id": { "string_value": { "value": "my-instance" } } "/http/request_bytes": { "int_value": 300 } "example.com/myattribute": { "bool_value": false }
"a_key": { # The allowed types for `[VALUE]` in a `[KEY]:[VALUE]` attribute.
"boolValue": True or False, # A Boolean value represented by `true` or `false`.
"intValue": "A String", # A 64-bit signed integer.
"stringValue": { # Represents a string that might be shortened to a specified length. # A string up to 256 bytes long.
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
},
},
"droppedAttributesCount": 42, # The number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0 then all attributes are valid.
},
"childSpanCount": 42, # Optional. The number of child spans that were generated while this span was active. If set, allows implementation to detect missing child spans.
"displayName": { # Represents a string that might be shortened to a specified length. # Required. A description of the span's operation (up to 128 bytes). Cloud Trace displays the description in the Cloud console. For example, the display name can be a qualified method name or a file name and a line number where the operation is called. A best practice is to use the same display name within an application and at the same call point. This makes it easier to correlate spans in different traces.
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
"endTime": "A String", # Required. The end time of the span. On the client side, this is the time kept by the local machine where the span execution ends. On the server side, this is the time when the server application handler stops running.
"links": { # A collection of links, which are references from this span to a span in the same or different trace. # Links associated with the span. You can have up to 128 links per Span.
"droppedLinksCount": 42, # The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
"link": [ # A collection of links.
{ # A pointer from the current span to another span in the same trace or in a different trace. For example, this can be used in batching operations, where a single batch handler processes multiple requests from different traces or when the handler receives a request from a different project.
"attributes": { # A set of attributes as key-value pairs. # A set of attributes on the link. Up to 32 attributes can be specified per link.
"attributeMap": { # A set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. For example: "/instance_id": { "string_value": { "value": "my-instance" } } "/http/request_bytes": { "int_value": 300 } "example.com/myattribute": { "bool_value": false }
"a_key": { # The allowed types for `[VALUE]` in a `[KEY]:[VALUE]` attribute.
"boolValue": True or False, # A Boolean value represented by `true` or `false`.
"intValue": "A String", # A 64-bit signed integer.
"stringValue": { # Represents a string that might be shortened to a specified length. # A string up to 256 bytes long.
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
},
},
"droppedAttributesCount": 42, # The number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0 then all attributes are valid.
},
"spanId": "A String", # The `[SPAN_ID]` for a span within a trace.
"traceId": "A String", # The `[TRACE_ID]` for a trace within a project.
"type": "A String", # The relationship of the current span relative to the linked span.
},
],
},
"name": "A String", # Required. The resource name of the span in the following format: * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. It should not be zero. `[SPAN_ID]` is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array. It should not be zero. .
"parentSpanId": "A String", # The `[SPAN_ID]` of this span's parent span. If this is a root span, then this field must be empty.
"sameProcessAsParentSpan": True or False, # Optional. Set this parameter to indicate whether this span is in the same process as its parent. If you do not set this parameter, Trace is unable to take advantage of this helpful information.
"spanId": "A String", # Required. The `[SPAN_ID]` portion of the span's resource name.
"spanKind": "A String", # Optional. Distinguishes between spans generated in a particular context. For example, two spans with the same name may be distinguished using `CLIENT` (caller) and `SERVER` (callee) to identify an RPC call.
"stackTrace": { # A call stack appearing in a trace. # Stack trace captured at the start of the span.
"stackFrames": { # A collection of stack frames, which can be truncated. # Stack frames in this stack trace. A maximum of 128 frames are allowed.
"droppedFramesCount": 42, # The number of stack frames that were dropped because there were too many stack frames. If this value is 0, then no stack frames were dropped.
"frame": [ # Stack frames in this call stack.
{ # Represents a single stack frame in a stack trace.
"columnNumber": "A String", # The column number where the function call appears, if available. This is important in JavaScript because of its anonymous functions.
"fileName": { # Represents a string that might be shortened to a specified length. # The name of the source file where the function call appears (up to 256 bytes).
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
"functionName": { # Represents a string that might be shortened to a specified length. # The fully-qualified name that uniquely identifies the function or method that is active in this frame (up to 1024 bytes).
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
"lineNumber": "A String", # The line number in `file_name` where the function call appears.
"loadModule": { # Binary module. # The binary module from where the code was loaded.
"buildId": { # Represents a string that might be shortened to a specified length. # A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
"module": { # Represents a string that might be shortened to a specified length. # For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
},
"originalFunctionName": { # Represents a string that might be shortened to a specified length. # An un-mangled function name, if `function_name` is mangled. To get information about name mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name can be fully-qualified (up to 1024 bytes).
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
"sourceVersion": { # Represents a string that might be shortened to a specified length. # The version of the deployed source code (up to 128 bytes).
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
},
],
},
"stackTraceHashId": "A String", # The hash ID is used to conserve network bandwidth for duplicate stack traces within a single trace. Often multiple spans will have identical stack traces. The first occurrence of a stack trace should contain both the `stackFrame` content and a value in `stackTraceHashId`. Subsequent spans within the same request can refer to that stack trace by only setting `stackTraceHashId`.
},
"startTime": "A String", # Required. The start time of the span. On the client side, this is the time kept by the local machine where the span execution starts. On the server side, this is the time when the server's application handler starts running.
"status": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Optional. The final status for this span.
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
},
"timeEvents": { # A collection of `TimeEvent`s. A `TimeEvent` is a time-stamped annotation on the span, consisting of either user-supplied key:value pairs, or details of a message sent/received between Spans. # A set of time events. You can have up to 32 annotations and 128 message events per span.
"droppedAnnotationsCount": 42, # The number of dropped annotations in all the included time events. If the value is 0, then no annotations were dropped.
"droppedMessageEventsCount": 42, # The number of dropped message events in all the included time events. If the value is 0, then no message events were dropped.
"timeEvent": [ # A collection of `TimeEvent`s.
{ # A time-stamped annotation or message event in the Span.
"annotation": { # Text annotation with a set of attributes. # Text annotation with a set of attributes.
"attributes": { # A set of attributes as key-value pairs. # A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
"attributeMap": { # A set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. For example: "/instance_id": { "string_value": { "value": "my-instance" } } "/http/request_bytes": { "int_value": 300 } "example.com/myattribute": { "bool_value": false }
"a_key": { # The allowed types for `[VALUE]` in a `[KEY]:[VALUE]` attribute.
"boolValue": True or False, # A Boolean value represented by `true` or `false`.
"intValue": "A String", # A 64-bit signed integer.
"stringValue": { # Represents a string that might be shortened to a specified length. # A string up to 256 bytes long.
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
},
},
"droppedAttributesCount": 42, # The number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0 then all attributes are valid.
},
"description": { # Represents a string that might be shortened to a specified length. # A user-supplied message describing the event. The maximum length for the description is 256 bytes.
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
},
"messageEvent": { # An event describing a message sent/received between Spans. # An event describing a message sent/received between Spans.
"compressedSizeBytes": "A String", # The number of compressed bytes sent or received. If missing, the compressed size is assumed to be the same size as the uncompressed size.
"id": "A String", # An identifier for the MessageEvent's message that can be used to match `SENT` and `RECEIVED` MessageEvents.
"type": "A String", # Type of MessageEvent. Indicates whether the message was sent or received.
"uncompressedSizeBytes": "A String", # The number of uncompressed bytes sent or received.
},
"time": "A String", # The timestamp indicating the time the event occurred.
},
],
},
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # A span represents a single operation within a trace. Spans can be nested to form a trace tree. Often, a trace contains a root span that describes the end-to-end latency, and one or more subspans for its sub-operations. A trace can also contain multiple root spans, or none at all. Spans do not need to be contiguous. There might be gaps or overlaps between spans in a trace.
"attributes": { # A set of attributes as key-value pairs. # A set of attributes on the span. You can have up to 32 attributes per span.
"attributeMap": { # A set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. For example: "/instance_id": { "string_value": { "value": "my-instance" } } "/http/request_bytes": { "int_value": 300 } "example.com/myattribute": { "bool_value": false }
"a_key": { # The allowed types for `[VALUE]` in a `[KEY]:[VALUE]` attribute.
"boolValue": True or False, # A Boolean value represented by `true` or `false`.
"intValue": "A String", # A 64-bit signed integer.
"stringValue": { # Represents a string that might be shortened to a specified length. # A string up to 256 bytes long.
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
},
},
"droppedAttributesCount": 42, # The number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0 then all attributes are valid.
},
"childSpanCount": 42, # Optional. The number of child spans that were generated while this span was active. If set, allows implementation to detect missing child spans.
"displayName": { # Represents a string that might be shortened to a specified length. # Required. A description of the span's operation (up to 128 bytes). Cloud Trace displays the description in the Cloud console. For example, the display name can be a qualified method name or a file name and a line number where the operation is called. A best practice is to use the same display name within an application and at the same call point. This makes it easier to correlate spans in different traces.
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
"endTime": "A String", # Required. The end time of the span. On the client side, this is the time kept by the local machine where the span execution ends. On the server side, this is the time when the server application handler stops running.
"links": { # A collection of links, which are references from this span to a span in the same or different trace. # Links associated with the span. You can have up to 128 links per Span.
"droppedLinksCount": 42, # The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
"link": [ # A collection of links.
{ # A pointer from the current span to another span in the same trace or in a different trace. For example, this can be used in batching operations, where a single batch handler processes multiple requests from different traces or when the handler receives a request from a different project.
"attributes": { # A set of attributes as key-value pairs. # A set of attributes on the link. Up to 32 attributes can be specified per link.
"attributeMap": { # A set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. For example: "/instance_id": { "string_value": { "value": "my-instance" } } "/http/request_bytes": { "int_value": 300 } "example.com/myattribute": { "bool_value": false }
"a_key": { # The allowed types for `[VALUE]` in a `[KEY]:[VALUE]` attribute.
"boolValue": True or False, # A Boolean value represented by `true` or `false`.
"intValue": "A String", # A 64-bit signed integer.
"stringValue": { # Represents a string that might be shortened to a specified length. # A string up to 256 bytes long.
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
},
},
"droppedAttributesCount": 42, # The number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0 then all attributes are valid.
},
"spanId": "A String", # The `[SPAN_ID]` for a span within a trace.
"traceId": "A String", # The `[TRACE_ID]` for a trace within a project.
"type": "A String", # The relationship of the current span relative to the linked span.
},
],
},
"name": "A String", # Required. The resource name of the span in the following format: * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. It should not be zero. `[SPAN_ID]` is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array. It should not be zero. .
"parentSpanId": "A String", # The `[SPAN_ID]` of this span's parent span. If this is a root span, then this field must be empty.
"sameProcessAsParentSpan": True or False, # Optional. Set this parameter to indicate whether this span is in the same process as its parent. If you do not set this parameter, Trace is unable to take advantage of this helpful information.
"spanId": "A String", # Required. The `[SPAN_ID]` portion of the span's resource name.
"spanKind": "A String", # Optional. Distinguishes between spans generated in a particular context. For example, two spans with the same name may be distinguished using `CLIENT` (caller) and `SERVER` (callee) to identify an RPC call.
"stackTrace": { # A call stack appearing in a trace. # Stack trace captured at the start of the span.
"stackFrames": { # A collection of stack frames, which can be truncated. # Stack frames in this stack trace. A maximum of 128 frames are allowed.
"droppedFramesCount": 42, # The number of stack frames that were dropped because there were too many stack frames. If this value is 0, then no stack frames were dropped.
"frame": [ # Stack frames in this call stack.
{ # Represents a single stack frame in a stack trace.
"columnNumber": "A String", # The column number where the function call appears, if available. This is important in JavaScript because of its anonymous functions.
"fileName": { # Represents a string that might be shortened to a specified length. # The name of the source file where the function call appears (up to 256 bytes).
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
"functionName": { # Represents a string that might be shortened to a specified length. # The fully-qualified name that uniquely identifies the function or method that is active in this frame (up to 1024 bytes).
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
"lineNumber": "A String", # The line number in `file_name` where the function call appears.
"loadModule": { # Binary module. # The binary module from where the code was loaded.
"buildId": { # Represents a string that might be shortened to a specified length. # A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
"module": { # Represents a string that might be shortened to a specified length. # For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
},
"originalFunctionName": { # Represents a string that might be shortened to a specified length. # An un-mangled function name, if `function_name` is mangled. To get information about name mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name can be fully-qualified (up to 1024 bytes).
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
"sourceVersion": { # Represents a string that might be shortened to a specified length. # The version of the deployed source code (up to 128 bytes).
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
},
],
},
"stackTraceHashId": "A String", # The hash ID is used to conserve network bandwidth for duplicate stack traces within a single trace. Often multiple spans will have identical stack traces. The first occurrence of a stack trace should contain both the `stackFrame` content and a value in `stackTraceHashId`. Subsequent spans within the same request can refer to that stack trace by only setting `stackTraceHashId`.
},
"startTime": "A String", # Required. The start time of the span. On the client side, this is the time kept by the local machine where the span execution starts. On the server side, this is the time when the server's application handler starts running.
"status": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Optional. The final status for this span.
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
},
"timeEvents": { # A collection of `TimeEvent`s. A `TimeEvent` is a time-stamped annotation on the span, consisting of either user-supplied key:value pairs, or details of a message sent/received between Spans. # A set of time events. You can have up to 32 annotations and 128 message events per span.
"droppedAnnotationsCount": 42, # The number of dropped annotations in all the included time events. If the value is 0, then no annotations were dropped.
"droppedMessageEventsCount": 42, # The number of dropped message events in all the included time events. If the value is 0, then no message events were dropped.
"timeEvent": [ # A collection of `TimeEvent`s.
{ # A time-stamped annotation or message event in the Span.
"annotation": { # Text annotation with a set of attributes. # Text annotation with a set of attributes.
"attributes": { # A set of attributes as key-value pairs. # A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
"attributeMap": { # A set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. For example: "/instance_id": { "string_value": { "value": "my-instance" } } "/http/request_bytes": { "int_value": 300 } "example.com/myattribute": { "bool_value": false }
"a_key": { # The allowed types for `[VALUE]` in a `[KEY]:[VALUE]` attribute.
"boolValue": True or False, # A Boolean value represented by `true` or `false`.
"intValue": "A String", # A 64-bit signed integer.
"stringValue": { # Represents a string that might be shortened to a specified length. # A string up to 256 bytes long.
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
},
},
"droppedAttributesCount": 42, # The number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0 then all attributes are valid.
},
"description": { # Represents a string that might be shortened to a specified length. # A user-supplied message describing the event. The maximum length for the description is 256 bytes.
"truncatedByteCount": 42, # The number of bytes removed from the original string. If this value is 0, then the string was not shortened.
"value": "A String", # The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit.
},
},
"messageEvent": { # An event describing a message sent/received between Spans. # An event describing a message sent/received between Spans.
"compressedSizeBytes": "A String", # The number of compressed bytes sent or received. If missing, the compressed size is assumed to be the same size as the uncompressed size.
"id": "A String", # An identifier for the MessageEvent's message that can be used to match `SENT` and `RECEIVED` MessageEvents.
"type": "A String", # Type of MessageEvent. Indicates whether the message was sent or received.
"uncompressedSizeBytes": "A String", # The number of uncompressed bytes sent or received.
},
"time": "A String", # The timestamp indicating the time the event occurred.
},
],
},
}</pre>
</div>
</body></html>
|