influxdb/querier
Marco Neumann fc1870ff76
fix: chunk pruning stats (#5319)
- 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)
2022-08-05 10:50:31 +00:00
..
src fix: chunk pruning stats (#5319) 2022-08-05 10:50:31 +00:00
Cargo.toml chore(deps): Bump async-trait from 0.1.56 to 0.1.57 (#5247) 2022-08-01 08:30:33 +00:00