Matt Mendick
Matt Mendick
[mimir-distributed] Set readOnlyRootFilesystem to `true` for components which do not require a disk
For components which do not require a disk, the mimir-distributed chart should set `readOnlyRootFilesystem` to `true`. There may be more cases of this, but at least this should be the...
This is definitely in the category of "nice to have for the future", but it would make lives super nice. Sometimes folks need to schedule overrides for their shifts. You're...
**Is your feature request related to a problem? Please describe.** Currently the ha-tracker functionality in the distributors only allows configuring timeouts globally. For tenants that have different scrape intervals or...
I created an issue on Cortex (https://github.com/cortexproject/cortex/issues/3357) about weird directory processing behavior on the alertmanager side, but @gotjosh suggested I create an issue here to address the root problem. I...
Context: @pracucci discovered that we send back a 4xx error for OTLP payloads containing out of order exemplars. This is incorrect behavior according to the [spec](https://opentelemetry.io/docs/specs/otlp/#partial-success-1). He wrote an [integration...