Arve Knudsen

Results 69 issues of Arve Knudsen

#### What this PR does ~80 runtime metrics were [removed](https://github.com/prometheus/client_golang/pull/1033) in prometheus/client_golang 1.12.2. This PR re-adds them, as suggested by @dannykopping and discussed in Slack. **NB**: It's still being discussed...

enhancement
release/notified-changelog-cut

#### Is your documentation request related to a feature? If so, which one? I'd like a clarification of the fact that we recommend deploying the compactor through a StatefulSet, even...

component/compactor
type/docs
hacktoberfest
squad/ingest
keep-alive

#### What this PR does Make the query-frontend wait on in-flight queries before shutting down. #### Which issue(s) this PR fixes or relates to Fixes #4064. #### Checklist - [...

component/query-frontend

#### Is your feature request related to a problem? Please describe. The query-frontend ought to shut down gracefully, e.g. flushing in-flight queries first. #### Describe the solution you'd like For...

enhancement
component/query-frontend

#### What this PR does Impose limits on ingester read path. See [design doc](https://docs.google.com/document/d/1PZSq_JUfgHvT4b12Zzr8nq0x5eCfkjkYFrsdJUlrEDM/edit#). #### Which issue(s) this PR fixes or relates to Fixes #3485. #### Checklist - [ ]...

enhancement
component/ingester
release/notified-changelog-cut

Add a test of putting `null` for nested gets, with callback. This doesn't work for me as the callback doesn't get invoked.

### What did you do? Apparently, Prometheus built from source in a directory called something else than "prometheus", has the wrong assets path built in. How to reproduce: ```console $...

Draft implementation of @dimitarvdimitrov's out-of-order exemplars proposal in #13577. WIP!

## Prerequisites * [x] I am running the latest version. (`up upgrade`) * [x] I searched to see if the issue already exists. * [x] I inspected the verbose debug...

#### Is your feature request related to a problem? Please describe. Mimir's block meta.json files can get really large as the `sources` list grows due to intermediate blocks resulting from...

enhancement
component/compactor
type/performance