Package

com.spotify.scio

metrics

Permalink

package metrics

This package contains the schema types for metrics collected during a pipeline run.

See ScioResult.getMetrics

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. metrics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AccumulatorMetrics(total: Iterable[AccumulatorValue], steps: Iterable[AccumulatorStepsValue]) extends Product with Serializable

    Permalink
  2. case class AccumulatorStepValue(name: String, value: Any) extends Product with Serializable

    Permalink
  3. case class AccumulatorStepsValue(name: String, steps: Iterable[AccumulatorStepValue]) extends Product with Serializable

    Permalink
  4. case class AccumulatorValue(name: String, value: Any) extends Product with Serializable

    Permalink
  5. case class DFMetricName(name: String, origin: String, context: Map[String, String]) extends Product with Serializable

    Permalink
  6. case class DFServiceMetrics(name: DFMetricName, scalar: AnyRef, updateTime: String) extends Product with Serializable

    Permalink
  7. case class Metrics(version: String, scalaVersion: String, jobName: String, jobId: String, state: String, accumulators: AccumulatorMetrics, cloudMetrics: Iterable[DFServiceMetrics]) extends Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped