From 3a2318ac51865779ee841b239ed6544f6ef3e63f Mon Sep 17 00:00:00 2001 From: Betty Date: Fri, 29 May 2026 20:28:56 +0200 Subject: [PATCH] post: commit cee9b15 in bojemoi --- .../commits/2026-05-29-commit-cee9b15.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 content/posts/commits/2026-05-29-commit-cee9b15.md diff --git a/content/posts/commits/2026-05-29-commit-cee9b15.md b/content/posts/commits/2026-05-29-commit-cee9b15.md new file mode 100644 index 0000000..06fcf59 --- /dev/null +++ b/content/posts/commits/2026-05-29-commit-cee9b15.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi] feat(monitoring): swarm-exporter service + métriques Prometheus sur le registry" +date: 2026-05-29T20:28:56+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit cee9b15 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `cee9b15` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `cee9b15f78f371fcffda5ab476ccab54a3972c5a` | + + +### Description + +- stack/02: ajout service swarm-exporter (port 9324, manager only, réseau monitoring) +- volumes/monitoring/swarm-exporter.py: script exporter métriques Docker Swarm +- registry/config.yml: activation debug endpoint :5001 + /metrics Prometheus + +Co-Authored-By: Claude Sonnet 4.6 (1M context) + +### Files Changed + +``` +M stack/02-service-maintenance.yml +A volumes/monitoring/swarm-exporter.py +M volumes/registry/config.yml +``` + +### Diff Summary + +``` + stack/02-service-maintenance.yml | 34 +++++++++ + volumes/monitoring/swarm-exporter.py | 144 +++++++++++++++++++++++++++++++++++ + volumes/registry/config.yml | 5 ++ + 3 files changed, 183 insertions(+) +```