google_api_cloud_trace v0.7.0 GoogleApi.CloudTrace.V2.Model.StackTrace View Source
A call stack appearing in a trace.
Attributes
- stackFrames (StackFrames): Stack frames in this stack trace. A maximum of 128 frames are allowed. Defaults to:
null
. - stackTraceHashId (String.t): 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`. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudTrace.V2.Model.StackTrace{
stackFrames: GoogleApi.CloudTrace.V2.Model.StackFrames.t(),
stackTraceHashId: any()
}
t() :: %GoogleApi.CloudTrace.V2.Model.StackTrace{ stackFrames: GoogleApi.CloudTrace.V2.Model.StackFrames.t(), stackTraceHashId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.