pyr / cyanite

cyanite stores your metrics
http://cyanite.io
Other
446 stars 79 forks source link

Cyanite does not return datapoints when time window is smaller or equal than 24h #273

Closed MichaelHierweck closed 7 years ago

MichaelHierweck commented 7 years ago
$ curl "http://localhost:8080/metrics?from=1492560000&to=1492646401&path=com.example.load.load.longterm"
{"from":1492560000,"to":1492646400,"step":900,"series":{"com.example.load.load.longterm":[0.8465,1.5525000000000004,1.457,1.0461666666666667,0.8175000000000006,0.7069999999999997,0.6738333333333333,0.7186666666666668,0.8448333333333333,0.9361666666666665,0.8648333333333335,0.8599999999999999,0.8340000000000002,0.8391666666666668,0.8880000000000001,0.9916666666666668,1.0394999999999999,1.0425000000000004,1.0873333333333335,1.2070000000000003,1.5391666666666668,2.0591666666666657,2.1524999999999994,2.258166666666667,2.4116666666666675,2.410000000000001,2.391833333333333,1.850166666666667,1.1323333333333325,0.956666666666667,0.7444827586206898,1.6344999999999998,2.9313333333333342,3.8,3.38,3.015254237288137,2.936166666666667,3.155500000000001,3.178166666666667,3.0659999999999994,2.781833333333333,2.688000000000001,2.850000000000001,2.956499999999999,2.9836666666666667,3.2121666666666684,3.365,3.4324999999999997,3.242333333333333,3.142000000000001,3.1403333333333334,3.0771666666666677,3.1348333333333334,3.1426666666666665,3.2070000000000003,3.1318333333333337,3.2846666666666655,3.2803333333333327,3.1215,3.0811666666666664,3.0156666666666654,3.012166666666665,3.0899999999999994,2.950833333333334,2.9556666666666667,3.060833333333333,3.007166666666666,3.3593333333333333,3.533666666666668,3.620166666666667,3.8818333333333332,4.066500000000001,4.053500000000001,3.847500000000001,3.8341666666666665,4.191166666666665,4.730833333333336,5.463728813559321,5.825999999999999,6.283000000000003,5.994333333333332,7.160333333333336,6.374833333333334,4.77,4.263898305084747,3.65775,0.642,1.3828333333333334,1.7358333333333331,1.7240000000000009,1.5046666666666668,1.2659999999999998,1.0381666666666667,0.9815000000000004,1.0635000000000001,0.9961666666666669,1.1385000000000003]}}
$ curl "http://localhost:8080/metrics?from=1492560000&to=1492646400&path=com.example.load.load.longterm"
{"from":0,"to":0,"step":0,"series":{}}
ifesdjeen commented 7 years ago

Seems to be fixed in the current release.