func newUpsRespTimeHistChart(histogram []float64) (*Chart, error) {
    chart := upsRespTimeHist.Copy()
    for i, v := range histogram {
        dim := &Dim{
            ID:   fmt.Sprintf("upstream_resp_time_hist_bucket_%d", i+1),