This document summarizes a presentation on using PostgreSQL to store metrics from Prometheus. The presentation covers:
1) An introduction to Prometheus and TimescaleDB for long-term metric storage.
2) How pg_prometheus can normalize and store Prometheus metrics in PostgreSQL in a compact format.
3) Using the Prometheus adapter to translate metrics into PostgreSQL and the pg_prometheus extension.