On Tue, 14 Jul 2020 at 07:45, Hari Krishna Reddy Golamari < [email protected]> wrote:
> HI, > > My use case is to Pull data (lets say CPU utilisation) from prometheus > using httpAPI, > Do a 4 hour forecast using Some ML models like deepAR or LSTM, > push the forecasted values to prometheus > > Trigger an alarm when the actual data deviates from forecast > > BLOCKER : cant able to push more than 20 future timestamps to Prometheus > > This is a sanity check to prevent breaking your Prometheus, as if you ingest data into the future you can no longer ingest data in the present. I'd suggest ingesting the data at now, and then using offset. -- Brian Brazil www.robustperception.io -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/CAHJKeLoh7uWnEA96RtRswfCi1Q5j_VCRMwNb4XZbGh2Ujda8YQ%40mail.gmail.com.

