Alan Protasio
Alan Protasio
Reopening
Funny that I thought Exacly the same but for other component.. I see that most of the querier cpu and memory is being used to deserialize labels when getting data...
I think if this happened when extended write was set to `true`, this issue was fixed by https://github.com/cortexproject/cortex/issues/4626
We dont have metrics for it already?
We see some out of orders samples as well sometimes and its not super easy to root cause the problem. We are currently testing https://github.com/prometheus/prometheus/pull/10624 to see if it will...
What is the error? What docker image are you using? I don't think cortex build arm images yet.
What is this `bG9raS1ub2Rlcy1ydWxlcw==` object?
Oh Ok.. So basically for some reason the "Hitachi Content Platform" is encoding the response? `bG9raS1ub2Rlcy1ydWxlcw==` to `bG9raS1ub2Rlcy1ydWxlcw%3D%3D` So i guess the question is.. why this hitachi is encoding the...
Hum.. Interesting.. On the first case cortex uses the AWS SDK to call S3: https://github.com/cortexproject/cortex/blob/2177ec0c9eb6b1ceb7d8808d97945e6557055bb8/pkg/ruler/storage.go#L102 https://github.com/cortexproject/cortex/blob/2177ec0c9eb6b1ceb7d8808d97945e6557055bb8/pkg/chunk/aws/s3_storage_client.go#L382 And on the second case we are using `minio`: https://github.com/cortexproject/cortex/blob/2177ec0c9eb6b1ceb7d8808d97945e6557055bb8/pkg/ruler/storage.go#L119 https://github.com/cortexproject/cortex/blob/2177ec0c9eb6b1ceb7d8808d97945e6557055bb8/vendor/github.com/thanos-io/thanos/pkg/objstore/s3/s3.go#L247 I wonder if...