package v1

Package Members

  1. package trace
  2. package trace_config

Type Members

  1. final class AttributeValue extends GeneratedMessageV3 with AttributeValueOrBuilder

    The value of an Attribute.
    

    The value of an Attribute.
    

    Protobuf type opencensus.proto.trace.v1.AttributeValue

  2. trait AttributeValueOrBuilder extends MessageOrBuilder
  3. 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

  4. trait ConstantSamplerOrBuilder extends MessageOrBuilder
  5. 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

  6. trait ModuleOrBuilder extends MessageOrBuilder
  7. 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

  8. trait ProbabilitySamplerOrBuilder extends MessageOrBuilder
  9. 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

  10. trait RateLimitingSamplerOrBuilder extends MessageOrBuilder
  11. 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

  12. trait SpanOrBuilder extends MessageOrBuilder
  13. 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

  14. trait StackTraceOrBuilder extends MessageOrBuilder
  15. 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

  16. trait StatusOrBuilder extends MessageOrBuilder
  17. 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

  18. trait TraceConfigOrBuilder extends MessageOrBuilder
  19. final class TraceConfigProto extends AnyRef
  20. final class TraceProto extends AnyRef
  21. 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

  22. trait TruncatableStringOrBuilder extends MessageOrBuilder

Ungrouped