criteo / graphite-remote-adapter

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

Can't set --read.delay to zero #57

Closed Thib17 closed 5 years ago

Thib17 commented 6 years ago

--read.delay help us to never return recent points using a fix delay. In prometheus 2, a better implementation has been merged with the prometheus config read_recent param. The default value is 1h.

What happend: while trying to set --read.delay=0s, it still remain 1h.

DoD: