Settings

Theme

pg_flight_recorder: Continuously sample PostgreSQL system state via pg_cron

github.com

13 points by tanelpoder 2 days ago · 4 comments

Reader

Valodim 11 hours ago

This sounds promising, but the examples don't show what a report actually looks like? What information does this actually show?

esafak 11 hours ago

This looks like metrics. No otel sink?

  • nijave 9 hours ago

    After reading docs don't think that makes much sense. This is sampling a bunch of stats from pg, wait sampling, and stat statements and storing somewhere in pg. If you want otel, you can do that yourself with pg exporter and store in your otel store.

    Seems like it basically automates capturing metrics and storing them in PG but doesn't actually handle the instrumentation (it reads from various other things).

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection