diff --git a/content/posts/commits/2026-06-11-commit-9690359.md b/content/posts/commits/2026-06-11-commit-9690359.md new file mode 100644 index 0000000..8d07f8e --- /dev/null +++ b/content/posts/commits/2026-06-11-commit-9690359.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] feat(monitoring): activer collectors postmaster + stat_statements sur postgres-exporter" +date: 2026-06-11T21:59:57+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 9690359 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `9690359` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `9690359da45eeab5b5d5961573f63ee04256407c` | + + +### Description + +- --collector.postmaster : expose pg_postmaster_start_time_seconds (uptime panel) +- --collector.stat_statements : expose pg_stat_statements_* (query rate, avg runtime) +- PostgreSQL : +shared_preload_libraries=pg_stat_statements + CREATE EXTENSION dans postgres db +- Dashboard corrigé : pg_stat_statements_calls → pg_stat_statements_calls_total + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/01-service-hl.yml +``` + +### Diff Summary + +``` + stack/01-service-hl.yml | 4 ++++ + 1 file changed, 4 insertions(+) +```