MaterializeInc / demos

Demos of Materialize, the operational data warehouse.
https://materialize.com
Apache License 2.0
50 stars 8 forks source link

integrations: fix storage usage by filter by last collection timestamp #74

Closed joacoc closed 1 year ago

joacoc commented 1 year ago

This PR aims to fix the storage usage displayed by Grafana and Datadog. The old code aggregates over all the collection timestamps fetching way more storage usage than the currently used.

As part of the PR, I will also update and improve how this information is displayed in Grafana and Datadog.