Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 589 Bytes

File metadata and controls

17 lines (11 loc) · 589 Bytes

Data Usage

This page gives a brief overview how buckets data usage is saved to the postgres billing database.

Data flow

application logic.drawio

Data source

  • Buckets are fetched from Exoscale Provider and K8s Cluster.

  • The bucket names in Exoscale are unique across organisation which prevents clusters having same bucket names.

Data saving

  • The data is saved in a postgres database.

  • The database reporting must exist in the postgres instance before running the application.

  • The application ensures the initial configuration of reporting database.