google_api_cloud_trace v0.10.0 GoogleApi.CloudTrace.V2.Model.StackTrace View Source
A call stack appearing in a trace.
Attributes
stackFrames(type:GoogleApi.CloudTrace.V2.Model.StackFrames.t, default:nil) - Stack frames in this stack trace. A maximum of 128 frames are allowed.stackTraceHashId(type:String.t, default:nil) - 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
stackFramecontent and a value instackTraceHashId.Subsequent spans within the same request can refer to that stack trace by only setting
stackTraceHashId.
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 Sourcet() :: %GoogleApi.CloudTrace.V2.Model.StackTrace{
stackFrames: GoogleApi.CloudTrace.V2.Model.StackFrames.t(),
stackTraceHashId: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.