func (m *MetricPg) Insert() error { return db.GetPg().Create(m).Error }
func InitPg() { db.InitPg() db.GetPg().CreateTable(&MetricPg{}) }