·
110 commits
to main
since this release
Log streams: add support for filtering topics (#52882) Backend support for letting log streams subscribe to a subset of event topics. - New `LogTopic` enum in `common`; `StructuredLogEvent::topic()` is an exhaustive match so a new event type won't compile until it's assigned a topic. - `LogSinksRow` stores an optional `topics` set for integrations that support topic filtering (log streams) (`None` = all topics including future ones, excluding the opt-in `custom_audit`). - Topic-aware `SinkFilter` replaces the static per-sink filters. This only applies to log streams on the latest version format (v2) GitOrigin-RevId: 26a0a7dd74396d0cf95fed29e1ad4b3b874f6e1f