Packages

package metrics_service

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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()
  2. final case class ExportMetricsServiceResponse(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ExportMetricsServiceResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. 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()
  4. trait MetricsServiceClient extends MetricsService with MetricsServiceClientPowerApi with AkkaGrpcClient
    Annotations
    @AkkaGrpcGenerated()
  5. trait MetricsServiceClientPowerApi extends AnyRef
    Annotations
    @AkkaGrpcGenerated()

Ungrouped