Open Sriharivignesh opened 6 years ago
@Sriharivignesh Amazon RDS is currently unsupported as we rely on extensions being present in PostgreSQL that aren't yet available on RDS. This might change in the future.
bummer
@erimatnor besides filing an issue asking for support in RDS of pg_prometheus, are there any other things we can do to help make this happen?
@erimatnor has there been any movement on this? / Is there any way people could provide assistance?
@Sriharivignesh Amazon RDS is currently unsupported as we rely on extensions being present in PostgreSQL that aren't yet available on RDS. This might change in the future.
what extensions are missing?
As far as I've read in the documentation of CoreOS/prometheus-operator, they are recommending the TimescaleDB extension. That one is requested for two years now and I don't think that it'll come. AWS has announced their own timeseries database, why should they support another one then?
I am using prometheus-operator in Kubernetes, and am currently using EBS as a backing store. However I would like to move all prometheus data to Amazon RDS PostgresSQL. Any ideas how to do it? The examples given in the repo landing page seems to assume we are running the database ourselves.