Expand description
The messages and enums that are part of this client library.
Modules§
- attribute_
value - Defines additional types related to AttributeValue.
- span
- Defines additional types related to Span.
- stack_
trace - Defines additional types related to StackTrace.
Structs§
- Attribute
Value - The allowed types for
[VALUE]in a[KEY]:[VALUE]attribute. - Batch
Write Spans Request - The request message for the
BatchWriteSpansmethod. - Module
- Binary module.
- Span
- A span represents a single operation within a trace. Spans can be nested to form a trace tree. Often, a trace contains a root span that describes the end-to-end latency, and one or more subspans for its sub-operations.
- Stack
Trace - A call stack appearing in a trace.
- Truncatable
String - Represents a string that might be shortened to a specified length.