Hello,
I’m configuring boltdb-shipper in single-store mode. In this mode, is it possible or preferred to use automated retention period on the GCS storage bucket itself? In this way table_manager would not need to be configured to handle any deletes.
Documentation in https://grafana.com/docs/loki/latest/operations/storage/retention/ discusses about table_manager, but also says “When using S3 or GCS, the bucket storing the chunks needs to have the expiry policy set correctly” but I assume this does not really apply to single-store mode as is.