mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
821119cf0c
## Problem We record detailed histograms for all page_service op types, which mostly aren't very interesting, but make our prometheus scrapes huge. Closes: #8223 ## Summary of changes - Only track GetPageAtLsn histograms on a per-timeline granularity. For all other operation types, rely on existing node-wide histograms.