From bfdc2c68081849e5e59f104317f32adedefc9bdd Mon Sep 17 00:00:00 2001 From: grafana-watcher Date: Mon, 13 Jul 2026 16:09:23 +0200 Subject: [PATCH] post: commit 4023afd in bojemoi --- .../commits/2026-07-13-commit-4023afd.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 content/posts/commits/2026-07-13-commit-4023afd.md diff --git a/content/posts/commits/2026-07-13-commit-4023afd.md b/content/posts/commits/2026-07-13-commit-4023afd.md new file mode 100644 index 0000000..fb07e14 --- /dev/null +++ b/content/posts/commits/2026-07-13-commit-4023afd.md @@ -0,0 +1,47 @@ +--- +title: "[bojemoi] feat(alloy/loki): rate limiting logs + retention 7j" +date: 2026-07-13T16:09:23+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 4023afd par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `4023afd` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `4023afd7353ff72d187613a951585d586f88ef9b` | + + +### Description + +- Alloy: stage.limit(1000 req/s, burst 2000) sur parse_logs et worker_logs +- Alloy: filtre etendu a tous les stacks (base, boot, borodino, dojo, etc.) +- Loki: retention activee 168h (7 jours), compactor.retention_enabled=true +- boot stack: LOG=1 sur docker-socket-proxy pour streaming logs containers + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/00-service-boot.yml +M volumes/alloy/config/config-worker.alloy +M volumes/alloy/config/config.alloy +M volumes/loki/loki-config.yml +``` + +### Diff Summary + +``` + stack/00-service-boot.yml | 1 + + volumes/alloy/config/config-worker.alloy | 10 ++++++---- + volumes/alloy/config/config.alloy | 10 ++++++++-- + volumes/loki/loki-config.yml | 8 ++++++-- + 4 files changed, 21 insertions(+), 8 deletions(-) +```