We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ae54a commit 4230781Copy full SHA for 4230781
src/Interpreters/Context.cpp
@@ -158,6 +158,8 @@ namespace ProfileEvents
158
extern const Event BackupThrottlerSleepMicroseconds;
159
extern const Event MergesThrottlerBytes;
160
extern const Event MergesThrottlerSleepMicroseconds;
161
+ extern const Event ExportsThrottlerBytes;
162
+ extern const Event ExportsThrottlerSleepMicroseconds;
163
extern const Event MutationsThrottlerBytes;
164
extern const Event MutationsThrottlerSleepMicroseconds;
165
extern const Event QueryLocalReadThrottlerBytes;
0 commit comments