Thank you. So how do I prevent Prometheus from relaying the same data. Should it not stop relaying the same data to sysdig once it has sent it successfully? I have the retention time in my remote_write set to 5 minutes. So my assumption was, post this retention time Prometheus should not send me old data. Please let me know if I am missing some configuration.
On Friday, 9 October, 2020 at 7:27:31 pm UTC+5:30 [email protected] wrote: > Pushgateway doesn't do what you think. > > Pushgateway exists so that short-lived, one-shot scripts can write their > result somewhere and then terminate. When prometheus scrapes it, it will > always see the *most recent* value which was written to the pushgateway. > > As long as prometheus scrapes it, it will be ingesting data. It will be > the same value every time, so it will compress very efficiently - but the > timeseries will still contain values, and they'll get written to disk. >> >> -- 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/fb7c9d9e-4189-4ba4-a957-3f50aebac50an%40googlegroups.com.

