aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/metrics.scm
Commit message (Collapse)AuthorAge
* Fix a regression in the metrics pageChristopher Baines2021-01-03
| | | | From the squee NULL handling change.
* Add Prometheus metrics for indexes specificallyChristopher Baines2020-10-09
|
* Include tablespace as a label for table metricsChristopher Baines2020-10-09
| | | | As this will make it easier to tell where space is going.
* COALESCE a couple more pg_stat fieldsChristopher Baines2020-10-01
| | | | As apparently they can be NULL.
* Track some pg_stat metricsChristopher Baines2020-10-01
| | | | Hopefully this'll help track database things better.
* Add a Prometheus metrics page, with some database metricsChristopher Baines2020-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.