CollectorStats

com.netflix.atlas.core.model.CollectorStats
See theCollectorStats companion object
case class CollectorStats(inputLines: Long, inputDatapoints: Long, outputLines: Long, outputDatapoints: Long)

Summary stats for how much data was processed by a collector.

Value parameters

inputDatapoints

number of datapoints in the input to the collector

inputLines

number of lines in the input to the collector

outputDatapoints

number of datapoints in the result output

outputLines

number of lines in the result output

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product