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
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
…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 <christian.haudum@gmail.com>
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
Signed-off-by: Callum Styan <callumstyan@gmail.com>
Co-authored-by: Callum Styan <callumstyan@gmail.com>
Co-authored-by: Callum Styan <callumstyan@gmail.com>
Co-authored-by: Callum Styan <callumstyan@gmail.com>
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
Co-authored-by: Trevor Whitney <trevorjwhitney@gmail.com>
Co-authored-by: Cyril Tovena <cyril.tovena@gmail.com>
Co-authored-by: Cyril Tovena <cyril.tovena@gmail.com>
Signed-off-by: Edward Welch <edward.welch@grafana.com>
Co-authored-by: DylanGuedes <djmgguedes@gmail.com>
Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
…tion Template (grafana#12609)

Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
…rafana#12605)

Co-authored-by: Trevor Whitney <trevorjwhitney@gmail.com>
Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
Co-authored-by: J Stickler <julie.stickler@grafana.com>
Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
Co-authored-by: Michel Hollands <michel.hollands@gmail.com>
…rafana#12411)

Co-authored-by: J Stickler <julie.stickler@grafana.com>
Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
… image to support docker healthcheck (grafana#11711)

Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Signed-off-by: Callum Styan <callumstyan@gmail.com>
…ated tools (grafana#12706)

Signed-off-by: Callum Styan <callumstyan@gmail.com>
Signed-off-by: Callum Styan <callumstyan@gmail.com>
Signed-off-by: Callum Styan <callumstyan@gmail.com>
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 <christian.haudum@gmail.com>
Fixes grafana#8586

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
…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]
…a#13176)

Co-authored-by: J Stickler <julie.stickler@grafana.com>
…ng is changed (grafana#13103)

Signed-off-by: JordanRushing <rushing.jordan@gmail.com>
Signed-off-by: Vladyslav Diachenko <vlad.diachenko@grafana.com>
Co-authored-by: Vladyslav Diachenko <vlad.diachenko@grafana.com>
Co-authored-by: Vladyslav Diachenko <82767850+vlad-diachenko@users.noreply.github.com>
Co-authored-by: Ed Welch <edward.welch@grafana.com>
…instance (grafana#13256)

Co-authored-by: Periklis Tsirakidis <periklis@redhat.com>
…e cardinality (grafana#13271)

Co-authored-by: Ed Welch <edward.welch@grafana.com>
…download/sync (grafana#13280)

Co-authored-by: Christian Haudum <christian.haudum@gmail.com>
grafana#13281)

Co-authored-by: Christian Haudum <christian.haudum@gmail.com>
…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 <ow.diehl@gmail.com>
…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.