-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: more specific naming for telemetry statement sampling vars
We are introducing the logging of transaction events in a following commit. This patch renames a couple of items used for telemetry logging that will be used exclusively for statement logging. They are given more specific names to indicate they are used to log statement events in order to differentiate them from incoming txn level logging utils. Renames: - func `shouldEmitLog` -> `shouldEmitStatementLog` - cluster setting `TelemetryMaxEventFrequency` -> `TelemetryMaxStatementEventFrequency` (note that the sql name for this cluster setting remains unchanged) Release note: None Epic: none
- Loading branch information
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters