SummaryStats

com.netflix.atlas.core.model.SummaryStats
See theSummaryStats companion object
case class SummaryStats(count: Int, min: Double, max: Double, last: Double, total: Double)

Attributes

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

Members list

Value members

Concrete methods

def avg: Double
def get(stat: String): Double

Return the value of a statistic based on the name.

Return the value of a statistic based on the name.

Attributes

def tags(formatter: Double => String): Map[String, String]

Tags corresponding to the stats available from :stat operator.

Tags corresponding to the stats available from :stat operator.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product