This document discusses time series data storage in Prometheus. It describes how Prometheus stores time series data using key-value pairs with labels to identify different time series. It stores data in chunks that are appended to and compressed for efficient storage and querying. Prometheus uses a log-structured storage to write time series data efficiently and allows querying of data using PromQL queries against the stored time series chunks.