On Sunday, 22 January 2023 at 19:25:27 UTC [email protected] wrote: Hi Team, I have integrated prometheus with external RDS postgres DB to store the data permanently. But i am trying to read the 3 week data inside prometheus using read handler , data is not reflecting in the prometheus dashboard showing "conn busy error" or sometimes "timeline exceeded".
Prometheus doesn't talk to Postgres directly, so presumably you are using some sort of third-party remote-write/remote-read adapter, and most likely you're having a problem with that adapter. Therefore, your starting point should be to look at logs of that adapter. You haven't said anything about what adapter you're using, nor even what version of Prometheus you're using. But the best place to get help with the adapter will be wherever it came from. There are many other long-term storage solutions available, which may work better for you if you don't necessarily require Postgres. Could someone please look into this on priority basis. http://www.catb.org/~esr/faqs/smart-questions.html#urgent (the whole document is well worth reading). -- 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/b4d89c35-cc72-4c50-8b02-b65a517e4c35n%40googlegroups.com.

