prometheus/model
Matt T. Proud e86f4d9dfd Convert time readers to represent time in UTC.
Go's time.Time represents time as UTC in its fundamental data type.
That said, when using ``time.Unix(...)``, it sets the zone for the
time representation to the local.  Unfortunately with diagnosis and
our tests, it is a PITA to jump between various zones, even though
the serialized version remains the same.

To keep things easy, all places where times are generated or read
are converted into UTC.  These conversions are cheap, for
``Time.In`` merely changes a pointer reference in the struct,
nothing more.  This enables me to diagnose test failures with fixture
data very easily.
2013-04-24 12:19:41 +02:00
..
generated New self-sustaining, hermetic build system. 2013-04-17 09:34:24 +02:00
curation.go Include nascent curator scaffolding. 2013-03-25 19:38:14 +01:00
data.proto Refresh SampleValue to 64-bit floating point. 2013-04-21 20:31:50 +02:00
dto.go Extract finding unindexed metrics. 2013-03-21 18:08:48 +01:00
fingerprinting.go Make LevelDB sample keys fixed-length to ensure correct sort-order. 2013-04-11 18:17:44 +02:00
fingerprinting_test.go Fix logic bug in fingerprint Less() comparison. 2013-04-09 11:43:12 +02:00
labelname.go Record scrape health timeseries per target. 2013-04-16 19:01:26 +02:00
labelname_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
labelpair.go checkpoint. 2013-03-21 18:08:46 +01:00
labelpair_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
labelvalue.go Checkpoint. 2013-03-21 18:06:51 +01:00
labelvalue_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
Makefile New self-sustaining, hermetic build system. 2013-04-17 09:34:24 +02:00
metric.go Convert time readers to represent time in UTC. 2013-04-24 12:19:41 +02:00
metric_test.go Make LevelDB sample keys fixed-length to ensure correct sort-order. 2013-04-11 18:17:44 +02:00
sample.go checkpoint. 2013-03-21 18:08:46 +01:00
samplekey.go Convert time readers to represent time in UTC. 2013-04-24 12:19:41 +02:00
watermark.go Convert time readers to represent time in UTC. 2013-04-24 12:19:41 +02:00