Skip to content

Commit

Permalink
sql: telemetry max_event_frequency public
Browse files Browse the repository at this point in the history
Epic: none
Fixes: #108385

Release note (sql change): make sql.telemetry.query_sampling.max_event_frequency public
  • Loading branch information
emilaleksanteri committed Oct 2, 2023
1 parent d500002 commit 1382266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sql/telemetry_logging.go
Expand Up @@ -37,6 +37,7 @@ var TelemetryMaxEventFrequency = settings.RegisterIntSetting(
"transaction are counted as 1 unit.",
defaultMaxEventFrequency,
settings.NonNegativeInt,
settings.WithPublic,
)

var telemetryInternalQueriesEnabled = settings.RegisterBoolSetting(
Expand Down

0 comments on commit 1382266

Please sign in to comment.