shared auth/response/request-id plumbing for every Firehose-backed ingestion route
Shared Kinesis Data Firehose HTTP Endpoint Delivery plumbing, reused by every
Firehose-backed ingestion route (metrics, CloudWatch Logs, and any future signal).
periodic self-observability collector for the metadata Postgres’s pg_stat_* views
Periodic self-observability collector for the metadata Postgres:
samples the standard pg_stat_* catalog views (plus index/table sizes) and
emits the readings as micromegas metrics through the process’s own tracing
sink. This turns questions that today can only be answered by connecting
to the DB (e.g. which indexes are dead weight) into hard evidence
queryable via FlightSQL.