com.spotify.scio

metrics

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped