func (w *WebLog) collectReqProcTime() {
    if !w.line.hasReqProcTime() {
        return
    }
    w.mx.ReqProcTime.Observe(w.line.reqProcTime)