aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/metrics.scm
Commit message (Collapse)AuthorAge
* Skip some metrics that apply for each branchChristopher Baines2023-02-02
| | | | | | | As data.qa.guix.gnu.org has lots of branches and 100,000+ metrics, and this is causing Prometheus to time out fetching the metrics. I'm not sure there's much value in these metrics, so cut them out for now.
* Expose metrics from pg_statsChristopher Baines2022-11-29
|
* 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.