Codebase list golang-github-bluebreezecf-opentsdb-goclient / 1335c11
refresh sample bluebreezecf 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3636
3737 //1. POST /api/put
3838 fmt.Println("Begin to test POST /api/put.")
39 cpuDatas := []client.DataPoint{}
39 cpuDatas := make([]client.DataPoint, 0)
4040 st1 := time.Now().Unix()
4141 time.Sleep(2 * time.Second)
4242 tags := make(map[string]string)