ThreadSnapshot

class oci.apm_traces.models.ThreadSnapshot(**kwargs)

Bases: object

Thread snapshot.

Methods

__init__(**kwargs) Initializes a new ThreadSnapshot object with values from keyword arguments.

Attributes

stack_trace Gets the stack_trace of this ThreadSnapshot.
thread_snapshot_details Gets the thread_snapshot_details of this ThreadSnapshot.
time_stamp Gets the time_stamp of this ThreadSnapshot.
__init__(**kwargs)

Initializes a new ThreadSnapshot object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • time_stamp (datetime) – The value to assign to the time_stamp property of this ThreadSnapshot.
  • thread_snapshot_details (list[oci.apm_traces.models.SnapshotDetail]) – The value to assign to the thread_snapshot_details property of this ThreadSnapshot.
  • stack_trace (list[oci.apm_traces.models.StackTraceElement]) – The value to assign to the stack_trace property of this ThreadSnapshot.
stack_trace

Gets the stack_trace of this ThreadSnapshot. Stack trace.

Returns:The stack_trace of this ThreadSnapshot.
Return type:list[oci.apm_traces.models.StackTraceElement]
thread_snapshot_details

Gets the thread_snapshot_details of this ThreadSnapshot. Snapshot details.

Returns:The thread_snapshot_details of this ThreadSnapshot.
Return type:list[oci.apm_traces.models.SnapshotDetail]
time_stamp

Gets the time_stamp of this ThreadSnapshot. Snapshot time.

Returns:The time_stamp of this ThreadSnapshot.
Return type:datetime