Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incognia #22

Closed
wants to merge 308 commits into from
Closed

incognia #22

wants to merge 308 commits into from

Conversation

RodrigoCMoraes
Copy link

@RodrigoCMoraes RodrigoCMoraes commented Jul 12, 2024

What does this PR do?

It syncs the inloco/loki with the upstream at tag https://github.com/grafana/loki/releases/tag/v3.1.0

MichelHollands and others added 30 commits April 18, 2024 15:31
…2672)

Debian 11 (Bullseye) has been superseded by Debian 12 (Bookworm).

```console
$ trivy image -q grafana/promtail:chaudum-promtail-base-image-6336f56

grafana/promtail:chaudum-promtail-base-image-6336f56 (debian 12.5)

Total: 100 (UNKNOWN: 0, LOW: 67, MEDIUM: 23, HIGH: 9, CRITICAL: 1)
```

The 1 CRITICAL is a "will_not_fix".

---

Signed-off-by: Christian Haudum <[email protected]>
Signed-off-by: Michel Hollands <[email protected]>
Signed-off-by: Callum Styan <[email protected]>
Co-authored-by: Callum Styan <[email protected]>
Signed-off-by: Danny Kopping <[email protected]>
Co-authored-by: Trevor Whitney <[email protected]>
Co-authored-by: Cyril Tovena <[email protected]>
Signed-off-by: Edward Welch <[email protected]>
Co-authored-by: DylanGuedes <[email protected]>
Signed-off-by: Michel Hollands <[email protected]>
Co-authored-by: J Stickler <[email protected]>
Co-authored-by: Michel Hollands <[email protected]>
Co-authored-by: Michel Hollands <[email protected]>
… image to support docker healthcheck (grafana#11711)

Signed-off-by: Sheikh-Abubaker <[email protected]>
grobinson-grafana and others added 25 commits June 7, 2024 17:02
* Cleanup logic for processing multiple days
  in single `FilterChunkRefs` request in the bloom gateway. The handler
  already returned an error if the requested chunk refs spanned across
  multiple days, but the logic for processing multiple days/tasks was
  still in place. This commit simplifies the logic to only process a
  single task per request.

* Remove unused package global variable

* Remove bloomgateway package comment

* Remove duplicate imports

* Avoid conversion from *logproto.ShortRef to v1.ChunkRef
  and istead cast the value of the pointer

* Simplify `getFromThrough()` function

Signed-off-by: Christian Haudum <[email protected]>
…do sync download (grafana#13114)

A missing return will cause item enqueued twice in sync download scenario. That cause the response not like expected.

Suppose we want to fetch a blocks array: [0, 1, 2]. Enqueued items are [0, 0, 1, 1, 2, 2],If we want response sorted we wait 3 times response will get [0, 0, 1]
…ng is changed (grafana#13103)

Signed-off-by: JordanRushing <[email protected]>
Signed-off-by: Vladyslav Diachenko <[email protected]>
Co-authored-by: Vladyslav Diachenko <[email protected]>
Co-authored-by: Vladyslav Diachenko <[email protected]>
…ries (grafana#13373)

Backport 04bc3a4 from grafana#13370

---

Fixes bug where ngrams were not added to blooms b/c they had been added previously to a potentially different series. This caused blooms to fail membership tests incorrectly.

Co-authored-by: Owen Diehl <[email protected]>
…yablehttp to v0.7.7 [security] (main) (grafana#13375)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.