package v1
Package Members
- package trace
- package trace_config
Type Members
- final class AttributeValue extends GeneratedMessageV3 with AttributeValueOrBuilder
The value of an Attribute.
The value of an Attribute.
Protobuf type
opencensus.proto.trace.v1.AttributeValue
- trait AttributeValueOrBuilder extends MessageOrBuilder
- final class ConstantSampler extends GeneratedMessageV3 with ConstantSamplerOrBuilder
Sampler that always makes a constant decision on span sampling.
Sampler that always makes a constant decision on span sampling.
Protobuf type
opencensus.proto.trace.v1.ConstantSampler
- trait ConstantSamplerOrBuilder extends MessageOrBuilder
- final class Module extends GeneratedMessageV3 with ModuleOrBuilder
A description of a binary module.
A description of a binary module.
Protobuf type
opencensus.proto.trace.v1.Module
- trait ModuleOrBuilder extends MessageOrBuilder
- final class ProbabilitySampler extends GeneratedMessageV3 with ProbabilitySamplerOrBuilder
Sampler that tries to uniformly sample traces with a given probability. The probability of sampling a trace is equal to that of the specified probability.
Sampler that tries to uniformly sample traces with a given probability. The probability of sampling a trace is equal to that of the specified probability.
Protobuf type
opencensus.proto.trace.v1.ProbabilitySampler
- trait ProbabilitySamplerOrBuilder extends MessageOrBuilder
- final class RateLimitingSampler extends GeneratedMessageV3 with RateLimitingSamplerOrBuilder
Sampler that tries to sample with a rate per time window.
Sampler that tries to sample with a rate per time window.
Protobuf type
opencensus.proto.trace.v1.RateLimitingSampler
- trait RateLimitingSamplerOrBuilder extends MessageOrBuilder
- final class Span extends GeneratedMessageV3 with SpanOrBuilder
A span represents a single operation within a trace. Spans can be nested to form a trace tree. Spans may also be linked to other spans from the same or different trace. And form graphs. Often, a trace contains a root span that describes the end-to-end latency, and one or more subspans for its sub-operations. A trace can also contain multiple root spans, or none at all. Spans do not need to be contiguous - there may be gaps or overlaps between spans in a trace. The next id is 17. TODO(bdrutu): Add an example.
A span represents a single operation within a trace. Spans can be nested to form a trace tree. Spans may also be linked to other spans from the same or different trace. And form graphs. Often, a trace contains a root span that describes the end-to-end latency, and one or more subspans for its sub-operations. A trace can also contain multiple root spans, or none at all. Spans do not need to be contiguous - there may be gaps or overlaps between spans in a trace. The next id is 17. TODO(bdrutu): Add an example.
Protobuf type
opencensus.proto.trace.v1.Span
- trait SpanOrBuilder extends MessageOrBuilder
- final class StackTrace extends GeneratedMessageV3 with StackTraceOrBuilder
The call stack which originated this span.
The call stack which originated this span.
Protobuf type
opencensus.proto.trace.v1.StackTrace
- trait StackTraceOrBuilder extends MessageOrBuilder
- final class Status extends GeneratedMessageV3 with StatusOrBuilder
The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. This proto's fields are a subset of those of [google.rpc.Status](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto), which is used by [gRPC](https://github.com/grpc).
The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. This proto's fields are a subset of those of [google.rpc.Status](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto), which is used by [gRPC](https://github.com/grpc).
Protobuf type
opencensus.proto.trace.v1.Status
- trait StatusOrBuilder extends MessageOrBuilder
- final class TraceConfig extends GeneratedMessageV3 with TraceConfigOrBuilder
Global configuration of the trace service. All fields must be specified, or the default (zero) values will be used for each type.
Global configuration of the trace service. All fields must be specified, or the default (zero) values will be used for each type.
Protobuf type
opencensus.proto.trace.v1.TraceConfig
- trait TraceConfigOrBuilder extends MessageOrBuilder
- final class TraceConfigProto extends AnyRef
- final class TraceProto extends AnyRef
- final class TruncatableString extends GeneratedMessageV3 with TruncatableStringOrBuilder
A string that might be shortened to a specified length.
A string that might be shortened to a specified length.
Protobuf type
opencensus.proto.trace.v1.TruncatableString
- trait TruncatableStringOrBuilder extends MessageOrBuilder