mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-05 01:07:01 -04:00
This adds a parameter to the storage selection interface which allows query engine(s) to pass information about the operations surrounding a data selection. This can for example be used by remote storage backends to infer the correct downsampling aggregates that need to be provided. |
||
|---|---|---|
| .. | ||
| client.go | ||
| client_test.go | ||
| codec.go | ||
| codec_test.go | ||
| ewma.go | ||
| queue_manager.go | ||
| queue_manager_test.go | ||
| read.go | ||
| read_test.go | ||
| storage.go | ||
| write.go | ||