Packages

package trace_service

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class CurrentLibraryConfig(node: Option[Node] = _root_.scala.None, config: Option[TraceConfig] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[CurrentLibraryConfig] with Product with Serializable

    node

    This is required only in the first message on the stream or if the previous sent CurrentLibraryConfig message has a different Node (e.g. when the same RPC is used to configure multiple Applications).

    config

    Current configuration.

    Annotations
    @SerialVersionUID()
  2. final case class ExportTraceServiceRequest(node: Option[Node] = _root_.scala.None, spans: Seq[Span] = _root_.scala.Seq.empty, resource: Option[Resource] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ExportTraceServiceRequest] with Product with Serializable

    node

    This is required only in the first message on the stream or if the previous sent ExportTraceServiceRequest message has a different Node (e.g. when the same RPC is used to send Spans from multiple Applications).

    spans

    A list of Spans that belong to the last received Node.

    resource

    The resource for the spans in this message that do not have an explicit resource set. If unset, the most recently set resource in the RPC stream applies. It is valid to never be set within a stream, e.g. when no resource info is known.

    Annotations
    @SerialVersionUID()
  3. final case class ExportTraceServiceResponse(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ExportTraceServiceResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  4. trait TraceService extends AnyRef

    Service that can be used to push spans and configs between one Application instrumented with OpenCensus and an agent, or between an agent and a central collector or config service (in this case spans and configs are sent/received to/from multiple Applications).

    Service that can be used to push spans and configs between one Application instrumented with OpenCensus and an agent, or between an agent and a central collector or config service (in this case spans and configs are sent/received to/from multiple Applications).

    Annotations
    @AkkaGrpcGenerated()
  5. trait TraceServiceClient extends TraceService with TraceServiceClientPowerApi with AkkaGrpcClient
    Annotations
    @AkkaGrpcGenerated()
  6. trait TraceServiceClientPowerApi extends AnyRef
    Annotations
    @AkkaGrpcGenerated()
  7. final case class UpdatedLibraryConfig(node: Option[Node] = _root_.scala.None, config: Option[TraceConfig] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[UpdatedLibraryConfig] with Product with Serializable

    node

    This field is ignored when the RPC is used to configure only one Application. This is required only in the first message on the stream or if the previous sent UpdatedLibraryConfig message has a different Node.

    config

    Requested updated configuration.

    Annotations
    @SerialVersionUID()

Ungrouped