Expand description
The messages and enums that are part of this client library.
Modules§
- list_
traces_ request - Defines additional types related to ListTracesRequest.
- trace_
span - Defines additional types related to TraceSpan.
Structs§
- GetTrace
Request - The request message for the
GetTracemethod. - List
Traces Request - The request message for the
ListTracesmethod. All fields are required unless specified. - List
Traces Response - The response message for the
ListTracesmethod. - Patch
Traces Request - The request message for the
PatchTracesmethod. - Trace
- A trace describes how long it takes for an application to perform an operation. It consists of a set of spans, each of which represent a single timed event within the operation.
- Trace
Span - A span represents a single timed event within a trace. Spans can be nested and form a trace tree. Often, a trace contains a root span that describes the end-to-end latency of an operation and, optionally, one or more subspans for its suboperations. Spans do not need to be contiguous. There may be gaps between spans in a trace.
- Traces
- List of new or updated traces.