AggregatedSnapshot

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

Bases: object

Aggregated snapshots of all spans.

Methods

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

Attributes

aggregated_stack_traces [Required] Gets the aggregated_stack_traces of this AggregatedSnapshot.
details [Required] Gets the details of this AggregatedSnapshot.
__init__(**kwargs)

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

Parameters:
aggregated_stack_traces

[Required] Gets the aggregated_stack_traces of this AggregatedSnapshot. List of aggregated stack trace.

Returns:The aggregated_stack_traces of this AggregatedSnapshot.
Return type:list[oci.apm_traces.models.AggregatedStackTrace]
details

[Required] Gets the details of this AggregatedSnapshot. Aggregated snapshot details.

Returns:The details of this AggregatedSnapshot.
Return type:list[oci.apm_traces.models.SnapshotDetail]