Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix a regression in the metrics page | Christopher Baines | 2021-01-03 |
| | | | | From the squee NULL handling change. | ||
* | Add Prometheus metrics for indexes specifically | Christopher Baines | 2020-10-09 |
| | |||
* | Include tablespace as a label for table metrics | Christopher Baines | 2020-10-09 |
| | | | | As this will make it easier to tell where space is going. | ||
* | COALESCE a couple more pg_stat fields | Christopher Baines | 2020-10-01 |
| | | | | As apparently they can be NULL. | ||
* | Track some pg_stat metrics | Christopher Baines | 2020-10-01 |
| | | | | Hopefully this'll help track database things better. | ||
* | Add a Prometheus metrics page, with some database metrics | Christopher Baines | 2020-09-06 |
The database size is growing, but it's hard to know what parts are growing the fastest. These metrics will hopefully help with understanding that. |