Metric

abstract
class Metric {
string name;
string help;
string[] labels;
}

Members

Static functions

posixTime
long posixTime()

I hate this hack, but it's what I have

Meta