prometheus/retrieval/format
Julius Volz a1ba23038e Fix scrape timestamps to reduce sample time jitter.
We're currently timestamping samples with the time at the end of a scrape
iteration. It makes more sense to use a timestamp from the beginning of the
scrape for two reasons:

a) this time is more relevant to the scraped values than the time at the
   end of the HTTP-GET + JSON decoding work.
b) it reduces sample timestamp jitter if we measure at the beginning, and
   not at the completion of a scrape.
2013-04-13 03:45:37 +02:00
..
discriminator.go Support versioned telemetry providers. 2013-01-27 17:45:50 +01:00
discriminator_test.go Update import paths to new location. 2013-01-27 18:49:45 +01:00
interface_test.go Support versioned telemetry providers. 2013-01-27 17:45:50 +01:00
processor.go Fix scrape timestamps to reduce sample time jitter. 2013-04-13 03:45:37 +02:00
processor0_0_1.go Fix scrape timestamps to reduce sample time jitter. 2013-04-13 03:45:37 +02:00
processor0_0_1_test.go Fix scrape timestamps to reduce sample time jitter. 2013-04-13 03:45:37 +02:00
result.go Update import paths to new location. 2013-01-27 18:49:45 +01:00