systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
1.58k stars 261 forks source link

Remove metadata field in billing event #4561

Closed nickgerace closed 1 month ago

nickgerace commented 1 month ago

Description

This PR removes the metadata field in billing events due to its potential unbounded size. While the metadata retrieval logic is still in play (mainly due to the "count"), it is unused. In the future, it should be batched up and sent in a another process or thread to adhere to data warehouse design conventions.

In addition to these changes, the ID of the func run is now recorded for both resource creations and resource deletions.

Disclaimer

The chunking idea from #4562 has been abandoned, but the PR is there for history's sake.