diff --git a/content/posts/commits/2026-06-06-commit-614c27f.md b/content/posts/commits/2026-06-06-commit-614c27f.md new file mode 100644 index 0000000..109baa2 --- /dev/null +++ b/content/posts/commits/2026-06-06-commit-614c27f.md @@ -0,0 +1,47 @@ +--- +title: "[bojemoi] feat(grafana): Node Graph topology panel — tous les services Swarm avec indicateurs rouge/vert" +date: 2026-06-06T23:27:54+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 614c27f par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `614c27f` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `614c27f3d2c6266aa6db955e6768f9128b4ee61b` | + + +### Description + +- stack: GF_INSTALL_PLUGINS=yesoreyeram-infinity-datasource +- swarm-exporter: endpoint /node-graph (65 nodes, 40 edges) avec health arcs +- dashboard: volumes/grafana/dashboards/topology/service-topology.json +- dashboards.yml: provider topology/ → folder Infrastructure + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/01-service-hl.yml +A volumes/grafana/dashboards/topology/service-topology.json +M volumes/grafana/provisioning/dashboards/dashboards.yml +M volumes/monitoring/swarm-exporter.py +``` + +### Diff Summary + +``` + stack/01-service-hl.yml | 1 + + .../dashboards/topology/service-topology.json | 79 ++++++++++++++ + .../grafana/provisioning/dashboards/dashboards.yml | 20 ++++ + volumes/monitoring/swarm-exporter.py | 121 ++++++++++++++++++++- + 4 files changed, 216 insertions(+), 5 deletions(-) +```