package metrics_service
- Alphabetic
- Public
- Protected
Type Members
- final case class ExportMetricsServiceRequest(node: Option[Node] = _root_.scala.None, metrics: Seq[Metric] = _root_.scala.Seq.empty, resource: Option[Resource] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ExportMetricsServiceRequest] with Product with Serializable
- node
This is required only in the first message on the stream or if the previous sent ExportMetricsServiceRequest message has a different Node (e.g. when the same RPC is used to send Metrics from multiple Applications).
- metrics
A list of metrics that belong to the last received Node.
- resource
The resource for the metrics 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 at all or when all sent metrics have an explicit resource set.
- Annotations
- @SerialVersionUID()
- final case class ExportMetricsServiceResponse(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ExportMetricsServiceResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- trait MetricsService extends AnyRef
Service that can be used to push metrics between one Application instrumented with OpenCensus and an agent, or between an agent and a central collector.
Service that can be used to push metrics between one Application instrumented with OpenCensus and an agent, or between an agent and a central collector.
- Annotations
- @AkkaGrpcGenerated()
- trait MetricsServiceClient extends MetricsService with MetricsServiceClientPowerApi with AkkaGrpcClient
- Annotations
- @AkkaGrpcGenerated()
- trait MetricsServiceClientPowerApi extends AnyRef
- Annotations
- @AkkaGrpcGenerated()
Value Members
- object ExportMetricsServiceRequest extends GeneratedMessageCompanion[ExportMetricsServiceRequest]
- object ExportMetricsServiceResponse extends GeneratedMessageCompanion[ExportMetricsServiceResponse]
- object MetricsService extends ServiceDescription
- Annotations
- @AkkaGrpcGenerated()
- object MetricsServiceClient
- Annotations
- @AkkaGrpcGenerated()
- object MetricsServiceProto extends GeneratedFileObject