Merge remote-tracking branch 'origin/topic/timw/limit-string-and-container-lengths-in-logs'

* origin/topic/timw/limit-string-and-container-lengths-in-logs:
  Add NEWS entry for field length limiting
  Tag truncated values with a flag, plus pack threading::Value better
  Remove length limiting on string fields for HTTP
  Make total_size counter a member in logging::Manager
  Remove using numeric_limits and just check for zero instead
  Expand the size of the log-size filters for x509
  Add options to filter at the stream level as well as globally
  Add a weird that gets emitted when strings/containers are over the limits
  Add metrics to track string and container fields limited by length
  Replace unused stream argument from RecordToLogRecord with WriterInfo
  Implement string- and container-length filtering at the log record level
This commit is contained in:
Tim Wojtulewicz 2025-08-12 17:42:46 -07:00
commit 75ba63eb3f
56 changed files with 884 additions and 128 deletions

View file

@ -1 +1 @@
8.1.0-dev.38
8.1.0-dev.50