func (w *WebLog) addDimToReqMethodChart(method string) {
    chart := w.Charts().Get(reqByMethod.ID)
    if chart == nil {
        w.Warningf("add dimension: no '%s' chart", reqByMethod.ID)
        return