post: commit cee9b15 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled

This commit is contained in:
2026-05-29 20:28:56 +02:00
committed by Betty
parent 93e022e0c3
commit 3a2318ac51

View File

@@ -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) <noreply@anthropic.com>
### 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(+)
```