View Source GoogleApi.CloudTrace.V2.Model.StackTrace (google_api_cloud_trace v0.24.0)
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 thestackFramecontent and a value instackTraceHashId. Subsequent spans within the same request can refer to that stack trace by only settingstackTraceHashId.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudTrace.V2.Model.StackTrace{ stackFrames: GoogleApi.CloudTrace.V2.Model.StackFrames.t() | nil, stackTraceHashId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.