mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-22 11:11:18 +01: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.