Skip to content

Tags: romanfurst/mimir

Tags

mimir-distributed-5.8.0-weekly.350

Toggle mimir-distributed-5.8.0-weekly.350's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release mimir-distributed Helm chart 5.8.0-weekly.350 (grafana#12008)

Automated PR created by
[helm-weekly-release-pr.yaml](https://github.com/grafana/mimir/blob/main/.github/workflows/helm-weekly-release-pr.yaml)

Co-authored-by: krajorama <[email protected]>

mimir-2.16.1

Toggle mimir-2.16.1's commit message

Verified

This tag was signed with the committer’s verified signature.
56quarters Nick Pillitteri
v2.16.1

mimir-distributed-5.8.0-weekly.347

Toggle mimir-distributed-5.8.0-weekly.347's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update mimir-distributed chart to 5.8.0-weekly.347 (grafana#11752)

Co-authored-by: krajorama <[email protected]>

mimir-distributed-5.8.0-weekly.346

Toggle mimir-distributed-5.8.0-weekly.346's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update mimir-distributed chart to 5.8.0-weekly.346 (grafana#11704)

Co-authored-by: krajorama <[email protected]>

mimir-2.15.3

Toggle mimir-2.15.3's commit message
v2.15.3

mimir-distributed-5.8.0-weekly.343

Toggle mimir-distributed-5.8.0-weekly.343's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Distributor: Allow logging only (not failing) on ingest storage error…

…s, for migration (grafana#11291)

* Distributor: Allow logging only on ingest storage errors, for migration
This will allow us to warm-up a Warpstream stack without failing write requests

* test: add test when LogOnIngestStorageError is enabled

* update reference

* fix doc

* address PR comments

* feat: add ingest-storage-max-wait-time during migration

* add test for maxWaitTime

* add CHANGELOG entry

* Add Test: should succeed when only ingest storage errors occur and IgnoreIngestStorageError is enabled with IngestStorageMaxWaitTime is set

* address pr comments

---------

Co-authored-by: Nikos Angelopoulos <[email protected]>

mimir-distributed-5.8.0-weekly.341

Toggle mimir-distributed-5.8.0-weekly.341's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update mimir-distributed chart to 5.8.0-weekly.341 (grafana#11394)

Co-authored-by: krajorama <[email protected]>

mimir-distributed-5.8.0-weekly.339+dev.1

Toggle mimir-distributed-5.8.0-weekly.339+dev.1's commit message

Verified

This commit was signed with the committer’s verified signature.
narqo Vladimir Varankin
fixup! wip! retrieve app secrets from Vault

mimir-distributed-5.8.0-weekly.339-dev.2

Toggle mimir-distributed-5.8.0-weekly.339-dev.2's commit message

Verified

This commit was signed with the committer’s verified signature.
narqo Vladimir Varankin
helm: test release

Signed-off-by: Vladimir Varankin <[email protected]>

mimir-distributed-5.8.0-weekly.339

Toggle mimir-distributed-5.8.0-weekly.339's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Report `artificialDelay` on `ServerTiming` header for push requests (g…

…rafana#11265)

* Report `artificialDelay` on `ServerTiming` header for push requests on Distributors

* Also report `artificialDelay` on `ServerTiming` header when added lantecy is `0`

* Update testing cases

* Address reviewer's feedback