MeasurementUnit

case class MeasurementUnit(dimension: Dimension, magnitude: Magnitude)

A MeasurementUnit is a simple representation of the dimension and magnitude of a quantity being measured, such as "Time in Seconds" or "Information in Kilobytes". The main use of these units is done by the metric instruments; when an instrument has a specified MeasurementUnit the reporters can apply scaling in case it's necessary to meet the backend's requirements.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product