prometheus/storage/local
Julius Volz acbc2b8cb6 storage: Fix float->uint conversions on some compilers.
See https://github.com/prometheus/prometheus/issues/887, which will at
least be partially fixed by this.

From the spec https://golang.org/ref/spec#Conversions:

"In all non-constant conversions involving floating-point or complex
values, if the result type cannot represent the value the conversion
succeeds but the result value is implementation-dependent."

This ended up setting the converted values to 0 on Debian's Go 1.4.2
compiler, at least on 32-bit Debians.
2015-07-13 11:19:11 +02:00
..
codable Handle fingerprint collisions. 2015-05-07 18:17:59 +02:00
fixtures/b0 Add benchmark for loading chunks and chunk descs. 2015-03-19 19:28:21 +01:00
index storage: remove global flags 2015-06-15 19:01:06 +02:00
chunk.go storage: add LastSamplePairForFingerprint method 2015-06-23 13:45:15 +02:00
crashrecovery.go Merge pull request #706 from prometheus/beorn7/persistence2 2015-05-21 13:48:52 +02:00
delta.go storage: Fix float->uint conversions on some compilers. 2015-07-13 11:19:11 +02:00
delta_helpers.go Make floats exact again. 2015-03-06 17:03:56 +01:00
doubledelta.go storage: Fix float->uint conversions on some compilers. 2015-07-13 11:19:11 +02:00
instrumentation.go Instrument series maintenance durations. 2015-03-19 17:06:16 +01:00
interface.go Minor doc fixes. 2015-06-23 17:07:18 +02:00
locker.go Fix and improve the fp locker. 2014-11-25 17:07:45 +01:00
locker_test.go Fix a few concurrency issues before starting to use the new fp locker. 2014-11-25 17:07:45 +01:00
mapper.go Use an RW lock to checkpoint fingerprint mappings. 2015-05-23 14:05:05 +02:00
mapper_test.go Avoid archive lookup for known mapped FPs. 2015-05-08 16:39:26 +02:00
persistence.go Increment dirty counter only if setDirty(true) is called. 2015-06-22 18:12:55 +02:00
persistence_test.go storage: remove global flags 2015-06-15 19:01:06 +02:00
preload.go Weed out all the [Gg]et* method names. 2015-05-20 19:13:06 +02:00
series.go Weed out all the [Gg]et* method names. 2015-05-20 19:13:06 +02:00
storage.go storage: add LastSamplePairForFingerprint method 2015-06-23 13:45:15 +02:00
storage_test.go Merge pull request #810 from prometheus/fabxc/lmatch 2015-06-22 15:45:50 +02:00
test_helpers.go storage: remove global flags 2015-06-15 19:01:06 +02:00