prometheus/storage
Julius Volz 5d88e8cc45 Round time to nearest second in memory storage.
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.
2013-07-16 14:51:54 +02:00
..
metric Round time to nearest second in memory storage. 2013-07-16 14:51:54 +02:00
raw WIP - Snapshot of Moving to Client Model. 2013-06-25 15:52:42 +02:00
interface.go