Friedrich Gonzalez

Results 97 comments of Friedrich Gonzalez

@alanprot I like your suggested change to make extended writes usable for large deployments and fast rollouts. I don't think is a breaking change. It's an improvement. One question I...

call it hard overrides ``` For example: # file: runtime.yaml # In this example, we're overriding ingestion limits for a single tenant. overrides: "user1": ingestion_burst_size: 350000 ingestion_rate: 350000 max_global_series_per_metric: 300000...

>What about defining a quota unit (the default values) and keeping the "hard limit" as an integer for how many quota units a user can reach? I think changing the...

@eduardscaueru This will likely increase distributor CPU needs as the whole batch needs to be read. Are you willing also to implement such experimental feature?

Sorry for the wait. I like #6278 more. Can you rebase it? I'd want some other maintainer to review it too

this is what I mean https://github.com/cortexproject/cortex/blob/adbf198695dd478eace0e6193404887ddbfa147c/pkg/alertmanager/alertmanager.go#L183-L199

``` $ go mod graph|grep aws-sdk-go@ github.com/cortexproject/cortex github.com/aws/[email protected] github.com/aws/[email protected] github.com/jmespath/[email protected] github.com/golang-migrate/migrate/[email protected] github.com/aws/[email protected] github.com/prometheus-community/[email protected] github.com/aws/[email protected] github.com/prometheus/[email protected] github.com/aws/[email protected] github.com/weaveworks/[email protected] github.com/aws/[email protected] ```

Still happening in v1.18.1 `ts=2024-12-10T10:09:31.527783067Z caller=bucket_client.go:141 level=error msg="bucket operation fail after retries" err="file is not block visit marker" operation="Iter tenant-1/01JEMEWYHEEY2KEGSJ0Z1H5NHE"`

@jakubgs if you are using the mixin for cortex, there is a dashboard for object storage that shows which component is making the requests. Something like this: ![Screenshot 2024-03-25 at...