You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v26.1, sql perf events will be moved from the SQL_PERF and
SQL_INTERNAL_PERF logging channel to the SQL_EXEC logging
channel.
This commit gates this migration under the cluster setting:
`log.channel_compatibility_mode.enabled` and will log these events
to the SQL_EXEC channel if this setting is set to false. Users can
set this setting to false in their clusters to validate, test, and
identify potential downstream impacts to their logging setups and
pipelines.
Epic: CRDB-53410
Part of: CRDB-53412
Release note (ops change): sql perf events will be moved to the
SQL_EXEC channel in 26.1. In order to test the impact of these
changes, users can set the setting:
`log.channel_compatibility_mode.enabled` to false. Note that this
will cause these logs to start logging in the SQL_EXEC channel so
this shouldn't be tested in a production environment.
0 commit comments