Moritz Wirth

Results 4 issues of Moritz Wirth

This MR adds total_relation_size, relation_size, indexes_size for all tables in all schemas. Implements #1036

## Proposal We want to monitor database sizes over Prometheus to detect if tables are running full. However, this metric is not (yet ;)) exported by this exporter. PostgreSQL has...

### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

feature
provider/github

## Description Fixes #4839. Replaces the current implementation with a helper implementation to avoid os. ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [x] I authored this code entirely myself...