package trace_service
- Alphabetic
- Public
- Protected
Type Members
- 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()
- 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()
- final case class ExportTraceServiceResponse(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ExportTraceServiceResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- 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()
- trait TraceServiceClient extends TraceService with TraceServiceClientPowerApi with AkkaGrpcClient
- Annotations
- @AkkaGrpcGenerated()
- trait TraceServiceClientPowerApi extends AnyRef
- Annotations
- @AkkaGrpcGenerated()
- 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()
Value Members
- object CurrentLibraryConfig extends GeneratedMessageCompanion[CurrentLibraryConfig]
- object ExportTraceServiceRequest extends GeneratedMessageCompanion[ExportTraceServiceRequest]
- object ExportTraceServiceResponse extends GeneratedMessageCompanion[ExportTraceServiceResponse]
- object TraceService extends ServiceDescription
- Annotations
- @AkkaGrpcGenerated()
- object TraceServiceClient
- Annotations
- @AkkaGrpcGenerated()
- object TraceServiceProto extends GeneratedFileObject
- object UpdatedLibraryConfig extends GeneratedMessageCompanion[UpdatedLibraryConfig]