Metric

fun Metric(    type: String,     value: Double,     threshold: Double,     conversionFactor: Int = DEFAULT_FLOAT_CONVERSION_FACTOR)
fun Metric(    type: String,     value: Int,     threshold: Int,     isDouble: Boolean = false,     conversionFactor: Int = DEFAULT_FLOAT_CONVERSION_FACTOR)