Closed
Bug 1144173
Opened 10 years ago
Closed 10 years ago
Determine monitoring strategy for Heroku Postgres
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: selenamarie, Unassigned)
References
Details
Need to investigate and document options.
Reporter | ||
Comment 1•10 years ago
|
||
Things we should be monitoring:
* Overall performance - Librato plugin and the New Relic plugin for Postgres can be used
* Need for maintenance: https://devcenter.heroku.com/articles/heroku-postgres-maintenance -- need to know if a change is needed, and raise an alert to schedule a maintenance window
* Our higher level monitors -- age of last report inserted query (tends to capture systemic failures), crontabber status, size alerts
Reporter | ||
Comment 2•10 years ago
|
||
The main need is to provide the DATABASE_URL from our heroku install to whatever monitoring system is in use. That's looking like it will be provided via Consul/envconsul.
Comment 3•10 years ago
|
||
Looks like we're going to be using Amazon RDS instead of PG in Heroku. Closing this bug.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•