criteo / graphite-remote-adapter

Fully featured graphite remote adapter for Prometheus
Apache License 2.0
38 stars 25 forks source link

client: do not shift all timerange while using ignore delay #14

Closed wdauchy closed 7 years ago

wdauchy commented 7 years ago

use the minimum value to calculate the until value for the timerange used for prometheus

not sure where to put my min helper; any preference?

iksaif commented 7 years ago

I think the flag description should be fixed too https://github.com/criteo/graphite-remote-adapter/blob/master/main.go#L133

wdauchy commented 7 years ago

changes done.