- emit a warning if we cannot even attempt to prune chunks due to an error. This is always either a missing feature or a bug (even though it does not impact correctness but _only_ performance). Also see https://github.com/influxdata/conductor/issues/1107 - change metrics to clearly differentiate between "could not prune" and "not pruned" - add new "not pruned" observer hook (this was missing for some reason, the "pruned" hook existed though) |
||
|---|---|---|
| .. | ||
| exec | ||
| frontend | ||
| plan | ||
| provider | ||
| exec.rs | ||
| frontend.rs | ||
| lib.rs | ||
| plan.rs | ||
| provider.rs | ||
| pruning.rs | ||
| statistics.rs | ||
| test.rs | ||
| util.rs | ||