Files
blog/content/posts/commits/2026-06-11-commit-9690359.md
Betty 2281f6e44b
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s
post: commit 9690359 in bojemoi
2026-06-11 22:00:05 +02:00

1.0 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] feat(monitoring): activer collectors postmaster + stat_statements sur postgres-exporter 2026-06-11T21:59:57+02:00 false
commit
bojemoi
main
Git Activity
Commit 9690359 par Betty dans bojemoi 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 noreply@anthropic.com

Files Changed

M	stack/01-service-hl.yml

Diff Summary

 stack/01-service-hl.yml | 4 ++++
 1 file changed, 4 insertions(+)