mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
a1ba23038e
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. |
||
---|---|---|
.. | ||
discriminator.go | ||
discriminator_test.go | ||
interface_test.go | ||
processor.go | ||
processor0_0_1.go | ||
processor0_0_1_test.go | ||
result.go |