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