post: commit 9690359 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s

This commit is contained in:
2026-06-11 21:59:57 +02:00
committed by Betty
parent bab6f5d9cf
commit 2281f6e44b

View File

@@ -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 <noreply@anthropic.com>
### Files Changed
```
M stack/01-service-hl.yml
```
### Diff Summary
```
stack/01-service-hl.yml | 4 ++++
1 file changed, 4 insertions(+)
```