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: - details (list[oci.apm_traces.models.SnapshotDetail]) – The value to assign to the details property of this AggregatedSnapshot.
- aggregated_stack_traces (list[oci.apm_traces.models.AggregatedStackTrace]) – The value to assign to the aggregated_stack_traces property of this AggregatedSnapshot.
-
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]
-