Results 4 comments of pyo_counting

I tested below `values.yaml` file and checked compaction and retention is working. ``` yaml loki: auth_enabled: false limits_config: retention_period: 1d commonConfig: replication_factor: 2 storage: bucketNames: chunks: kps-shr-tools-s3-loki-test ruler: kps-shr-tools-s3-loki-test s3:...

Finally, I found the cause. It's a problem caused by the different value between`-tsdb.shipper.shared-store.key-prefix` and `-compactor.shared-store.key-prefix`. I simply thought the compactor was using `-compactor.shared-store.key-prefix` flag for deletion purposes not for...

@icanhazbeer That's right. I set two runtime flag values to different values. - `-tsdb.shipper.shared-store.key-prefix` - `-compactor.shared-store.key-prefix` And the results of the test are as follows. - The log entry deletion...

I also wanna create a rule for AWS managed prefix list. But, the variable for prefix is now given as `*_prefix_list_ids`, so it is basically added to every rules. In...