module Metrics::Backend::Console::Interface

def metric(name, type, description: nil, unit: nil, &block)

def metric(name, type, description: nil, unit: nil, &block)
	return Metric.new(name, type, description, unit)
end