Amaury Decrême

Results 5 comments of Amaury Decrême

Hello, is there any news on this topic ? I'd like to monitor technical metric of nodejs and be able to forward it to a logstash. Best regards

Hi, this is indeed a big issue. As @lpetre suggested, adding a retention could be an easy workaround. Is it possible to increase priority on this ticket please?

So, in objstore `factory.go`, I see that all objstore call `NewBucket` ``` case string(GCS): bucket, err = gcs.NewBucket(context.Background(), logger, config, component) case string(S3): bucket, err = s3.NewBucket(logger, config, component) case...

**Note**: pull request updated to make this new behavior disabled by default and enabled only via `--shipper.retry-init` option

After a discussion with @MichaHoffmann, we came to realise that sidecar crashing can be useful for some users that rely on it to "detect" when something is wrong (like an...