Marco Pracucci

Results 78 issues of Marco Pracucci

We would like to add a `priorityClassName` to `etcd` pods created by the operator, but it looks unsupported to me. May you confirm it's unsupported and whether there's some interest...

In #4268 we announced the chunks storage deprecation but there are other follow up actions we should take. This meta issue is used to track the next actions. - [...

**Describe the bug** In the distributor, the metric `cortex_request_duration_seconds` is counting 4xx as `status_code="success"` when the distributor `Push()` return an httpgrpc error with a 4xx code inside. From a quick...

type/bug
component/distributor

**Describe the bug** We're running ingesters with `-ingester.unregister-on-shutdown=false` and `-distributor.extend-writes=false`. This means that, while rolling out ingesters 1 by 1, the restarting ingester is left in the ring in the...

type/performance
storage/blocks

The PR https://github.com/cortexproject/cortex/pull/3879 introduced per-tenant retention for the blocks storage but we currently don't have any documentation about it. We should mention it in the doc. Ideas: - We could...

help wanted
component/documentation
storage/blocks

In `prometheus/common` we have an use case where we would need to conditionally build the list options passed to `NewDialContextFunc()`. However, given `dialerOpt` is not exposed, we can't defined a...

We're experiencing small gaps in the metrics exported by the stackdriver exporter and, after some investigation, ended up to be caused by the stackdriver exporter exiting each time an API...

#### What this PR does This PR implements the proposal described in #2751, enforcing the creation of all metrics via `promauto.With()`. Notes: - There are few metrics defined as global...

#### What this PR does In this PR I'm introducing the targets to run the read-write deployment mode, as described in #2749. The Alertmanager is the only component currently excluded...

We want to introduce a deployment mode which stands in between monolithic and microservices mode. The microservices mode provides the best isolation and fine-grained resources and scaling settings but at...

ease-of-use