pganalyze / collector

pganalyze statistics collector for gathering PostgreSQL metrics and log data

Home Page:https://pganalyze.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish Docker image to ECR public registry

steveh opened this issue · comments

We use the collector for monitoring our RDS instances via a Docker image on ECS, which uses the quay.io registry.

It would be great if you could additionally publish the image to the ECR public registry, so we could avoid a point of failure and get a slight speedup.

Thanks!

@steveh Thanks for bringing this up!

This matter is slightly complicated because we'd have to teach our publishing process about pushing to ECR (and having enough permissions to do so), but it may fit into some other work we're doing for automating more of the package publishing, which also ends up in an S3 bucket.

I'll leave this open for now (no guaranteed ETA), and I'll see what we can do when we do the other automation work.