prometheus/storage/remote
Chris Marchbanks 6970f725c9 Fix panic in ARM builds of Prometheus (#6110)
An extra sync.Pool was added during a refactor which caused some 64 bit,
atomically accessed variables to no longer be 64 bit aligned. By moving
all atomically accessed variables to the beginning of the struct they
are guaranteed to be 64 bit aligned.

Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
2019-10-09 15:52:29 +02:00
..
chunked.go remote-read: streamed chunked server side; Extended protobuf; Added chunked, checksumed reader (#5703) 2019-08-19 21:16:10 +01:00
chunked_test.go remote-read: streamed chunked server side; Extended protobuf; Added chunked, checksumed reader (#5703) 2019-08-19 21:16:10 +01:00
client.go Show warnings in UI if query have returned some warnings (#5964) 2019-08-28 14:25:28 +01:00
client_test.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
codec.go Pre-allocate pendingSamples to reduce allocations 2019-09-03 15:41:47 -06:00
codec_test.go remote-read: streamed chunked server side; Extended protobuf; Added chunked, checksumed reader (#5703) 2019-08-19 21:16:10 +01:00
ewma.go Fix panic in ARM builds of Prometheus (#6110) 2019-10-09 15:52:29 +02:00
intern.go Fix panic in ARM builds of Prometheus (#6110) 2019-10-09 15:52:29 +02:00
intern_test.go Review feedback. 2019-03-18 20:31:12 +00:00
max_gauge.go resolve race condition in maxGauge (#5647) 2019-06-13 20:55:08 +01:00
queue_manager.go Move WAL watcher code to tsdb/wal package. (#5999) 2019-09-19 14:45:41 +05:30
queue_manager_test.go Move WAL watcher code to tsdb/wal package. (#5999) 2019-09-19 14:45:41 +05:30
read.go Show warnings in UI if query have returned some warnings (#5964) 2019-08-28 14:25:28 +01:00
read_test.go Pre-allocate pendingSamples to reduce allocations 2019-09-03 15:41:47 -06:00
storage.go Split remote write storage into its own type 2019-06-27 10:11:02 +01:00
storage_test.go Split remote write storage into its own type 2019-06-27 10:11:02 +01:00
write.go Move WAL watcher code to tsdb/wal package. (#5999) 2019-09-19 14:45:41 +05:30
write_test.go fix TODO: only stop & recreate remote write queues which have changes (#5540) 2019-09-04 11:21:53 -06:00