Class | Description |
---|---|
AttributeValue |
The allowed types for [VALUE] in a `[KEY]:[VALUE]` attribute.
|
AttributeValue.Builder |
The allowed types for [VALUE] in a `[KEY]:[VALUE]` attribute.
|
BatchWriteSpansRequest |
The request message for the `BatchWriteSpans` method.
|
BatchWriteSpansRequest.Builder |
The request message for the `BatchWriteSpans` method.
|
Module |
Binary module.
|
Module.Builder |
Binary module.
|
ProjectName | |
ProjectName.Builder |
Builder for ProjectName.
|
Span |
A span represents a single operation within a trace.
|
Span.Attributes |
A set of attributes, each in the format `[KEY]:[VALUE]`.
|
Span.Attributes.Builder |
A set of attributes, each in the format `[KEY]:[VALUE]`.
|
Span.Builder |
A span represents a single operation within a trace.
|
Span.Link |
A pointer from the current span to another span in the same trace or in a
different trace.
|
Span.Link.Builder |
A pointer from the current span to another span in the same trace or in a
different trace.
|
Span.Links |
A collection of links, which are references from this span to a span
in the same or different trace.
|
Span.Links.Builder |
A collection of links, which are references from this span to a span
in the same or different trace.
|
Span.TimeEvent |
A time-stamped annotation or message event in the Span.
|
Span.TimeEvent.Annotation |
Text annotation with a set of attributes.
|
Span.TimeEvent.Annotation.Builder |
Text annotation with a set of attributes.
|
Span.TimeEvent.Builder |
A time-stamped annotation or message event in the Span.
|
Span.TimeEvent.MessageEvent |
An event describing a message sent/received between Spans.
|
Span.TimeEvent.MessageEvent.Builder |
An event describing a message sent/received between Spans.
|
Span.TimeEvents |
A collection of `TimeEvent`s.
|
Span.TimeEvents.Builder |
A collection of `TimeEvent`s.
|
SpanName | |
SpanName.Builder |
Builder for SpanName.
|
StackTrace |
A call stack appearing in a trace.
|
StackTrace.Builder |
A call stack appearing in a trace.
|
StackTrace.StackFrame |
Represents a single stack frame in a stack trace.
|
StackTrace.StackFrame.Builder |
Represents a single stack frame in a stack trace.
|
StackTrace.StackFrames |
A collection of stack frames, which can be truncated.
|
StackTrace.StackFrames.Builder |
A collection of stack frames, which can be truncated.
|
TraceProto | |
TraceServiceGrpc |
This file describes an API for collecting and viewing traces and spans
within a trace.
|
TraceServiceGrpc.TraceServiceBlockingStub |
This file describes an API for collecting and viewing traces and spans
within a trace.
|
TraceServiceGrpc.TraceServiceFutureStub |
This file describes an API for collecting and viewing traces and spans
within a trace.
|
TraceServiceGrpc.TraceServiceImplBase |
This file describes an API for collecting and viewing traces and spans
within a trace.
|
TraceServiceGrpc.TraceServiceStub |
This file describes an API for collecting and viewing traces and spans
within a trace.
|
TracingProto | |
TruncatableString |
Represents a string that might be shortened to a specified length.
|
TruncatableString.Builder |
Represents a string that might be shortened to a specified length.
|
Enum | Description |
---|---|
AttributeValue.ValueCase | |
Span.Link.Type |
The relationship of the current span relative to the linked span: child,
parent, or unspecified.
|
Span.TimeEvent.MessageEvent.Type |
Indicates whether the message was sent or received.
|
Span.TimeEvent.ValueCase |