forked from grafana/loki
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Closed
incognia #22
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Michel Hollands <[email protected]>
…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]>
Co-authored-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]>
Co-authored-by: Cyril Tovena <[email protected]>
Signed-off-by: Edward Welch <[email protected]> Co-authored-by: DylanGuedes <[email protected]>
Co-authored-by: Michel Hollands <[email protected]>
…tion Template (grafana#12609) Co-authored-by: Michel Hollands <[email protected]>
…rafana#12605) Co-authored-by: Trevor Whitney <[email protected]> Co-authored-by: Michel Hollands <[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]>
…rafana#12411) Co-authored-by: J Stickler <[email protected]> Co-authored-by: Michel Hollands <[email protected]>
… image to support docker healthcheck (grafana#11711) Signed-off-by: Sheikh-Abubaker <[email protected]>
Signed-off-by: QuentinBisson <[email protected]>
Signed-off-by: Callum Styan <[email protected]>
…ated tools (grafana#12706) Signed-off-by: Callum Styan <[email protected]>
Signed-off-by: Callum Styan <[email protected]>
Signed-off-by: Callum Styan <[email protected]>
* 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]>
Fixes grafana#8586 Signed-off-by: Bryan Boreham <[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]
…a#13176) Co-authored-by: J Stickler <[email protected]>
…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]>
Co-authored-by: Ed Welch <[email protected]>
…instance (grafana#13256) Co-authored-by: Periklis Tsirakidis <[email protected]>
grafana#13257) Co-authored-by: Owen Diehl <[email protected]>
…e cardinality (grafana#13271) Co-authored-by: Ed Welch <[email protected]>
…#13279) Co-authored-by: Ed Welch <[email protected]>
…download/sync (grafana#13280) Co-authored-by: Christian Haudum <[email protected]>
grafana#13281) Co-authored-by: Christian Haudum <[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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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