mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-01 15:26:11 -04:00
* Change createTimeseries to take values for number of series and number of samples per series. Signed-off-by: Callum Styan <callumstyan@gmail.com> * Take num of samples to expect in expectSampleCount instead of array of samples. Signed-off-by: Callum Styan <callumstyan@gmail.com> * Add field to TestStorageClient to ignore samples sent waitgroup for potential tests where we don't care about delivery of all samples. Signed-off-by: Callum Styan <callumstyan@gmail.com> * Fix up tests a little bit. Signed-off-by: Callum Styan <callumstyan@gmail.com> |
||
|---|---|---|
| .. | ||
| chunked.go | ||
| chunked_test.go | ||
| client.go | ||
| client_test.go | ||
| codec.go | ||
| codec_test.go | ||
| ewma.go | ||
| intern.go | ||
| intern_test.go | ||
| max_gauge.go | ||
| queue_manager.go | ||
| queue_manager_test.go | ||
| read.go | ||
| read_test.go | ||
| storage.go | ||
| storage_test.go | ||
| write.go | ||
| write_test.go | ||