Class StackTrace
A call stack appearing in a trace.
Implements
Inherited Members
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.dll
Syntax
public class StackTrace : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StackFrames
Stack frames in this stack trace. A maximum of 128 frames are allowed.
Declaration
[JsonProperty("stackFrames")]
public virtual StackFrames StackFrames { get; set; }
Property Value
Type | Description |
---|---|
StackFrames |
StackTraceHashId
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
.
Declaration
[JsonProperty("stackTraceHashId")]
public virtual long? StackTraceHashId { get; set; }
Property Value
Type | Description |
---|---|
long? |