mirror of
https://github.com/prometheus/prometheus.git
synced 2025-09-26 16:21:02 +02:00
When samples get flushed to disk, they lose sub-second precision anyways. By already dropping sub-second precision, data fetched from memory vs. disk will behave the same. Later, we should consider also storing a more compact representation than time.Time in memory if we're not going to use its full precision.