func (w *WebLog) addDimToURLPatternRespCodesChart(name, code string) {
    id := fmt.Sprintf(urlPatternRespCodes.ID, name)
    chart := w.Charts().Get(id)
    if chart == nil {
        w.Warningf("add dimension: no '%s' chart", id)