Apm Traces

oci.apm_traces.QueryClient Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer.
oci.apm_traces.TraceClient Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer.
oci.apm_traces.QueryClientCompositeOperations This class provides a wrapper around QueryClient and offers convenience methods for operations that would otherwise need to be chained together.
oci.apm_traces.TraceClientCompositeOperations This class provides a wrapper around TraceClient and offers convenience methods for operations that would otherwise need to be chained together.

Models

oci.apm_traces.models.AggregatedSnapshot Aggregated snapshots of all spans.
oci.apm_traces.models.AggregatedStackTrace A branching tree with aggregated stack trace.
oci.apm_traces.models.QueryDetails Request object containing the query to be run against the trace data.
oci.apm_traces.models.QueryResultMetadataSummary Summary containing the metadata about the query result set.
oci.apm_traces.models.QueryResultResponse A response containing a collection of query rows (selected attributes and aggregations) filtered, grouped and sorted by the specified criteria from the query that is run, and the associated summary describing the corresponding query result metadata.
oci.apm_traces.models.QueryResultRow Object that represents a single row of the query result.
oci.apm_traces.models.QueryResultRowTypeSummary Summary of the datatype, unit and related metadata of an individual row element of a query result row that is returned.
oci.apm_traces.models.QueryResultsGroupedBySummary Summary of the attribute based on which the query results are grouped.
oci.apm_traces.models.QueryResultsOrderedBySummary Summary of the sort and order by attribute based on which the query results are organized.
oci.apm_traces.models.QuickPickSummary Summary of the Quick Pick query objects.
oci.apm_traces.models.SnapshotDetail A generic key value pair object, which contains information such as the thread ID, thread name, and thread state.
oci.apm_traces.models.Span Definition of a span object.
oci.apm_traces.models.SpanLog Definition of a log which is a key-value pair of log data.
oci.apm_traces.models.SpanLogCollection Definition of span log collection object.
oci.apm_traces.models.SpanSnapshot Definition of a span snapshot object.
oci.apm_traces.models.StackTraceElement Stack trace element.
oci.apm_traces.models.Tag Definition of a tag which is a key-value pair.
oci.apm_traces.models.ThreadSnapshot Thread snapshot.
oci.apm_traces.models.Trace Definition of a trace object.
oci.apm_traces.models.TraceServiceSummary Summary of the spans in a trace by service.
oci.apm_traces.models.TraceSnapshot Definition of a trace snapshot object.
oci.apm_traces.models.TraceSpanSummary Summary of the information pertaining to the spans in the trace window that is being queried.