The collector_fleet_transaction_log MongoDB collection currently grows unbounded. It's not a collection the receives inserts with a high frequency, but it will grow over time.
Add a cleanup job that removes old entries. We have to find a balance between keeping the collection small and keeping enough data to support all existing collectors and show a meaningful transaction history in the UI.
The
collector_fleet_transaction_logMongoDB collection currently grows unbounded. It's not a collection the receives inserts with a high frequency, but it will grow over time.Add a cleanup job that removes old entries. We have to find a balance between keeping the collection small and keeping enough data to support all existing collectors and show a meaningful transaction history in the UI.