aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakozhikhov <akozhikhov@yandex-team.com>2023-08-28 19:03:35 +0300
committerakozhikhov <akozhikhov@yandex-team.com>2023-08-28 20:19:19 +0300
commit4fe57f476dc466219c975b4d11ee46f33bfcd762 (patch)
tree4098fc9b7a793f34ce9f003753d1725fc70d03db
parent335a34806fa89350d3b8c1e9683314499616826c (diff)
downloadydb-4fe57f476dc466219c975b4d11ee46f33bfcd762.tar.gz
Permission cache wait counter for lookups and selects
-rw-r--r--yt/yt/client/api/table_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/api/table_client.h b/yt/yt/client/api/table_client.h
index 843d2d0c20..fe6470524a 100644
--- a/yt/yt/client/api/table_client.h
+++ b/yt/yt/client/api/table_client.h
@@ -30,6 +30,7 @@ struct TDetailedProfilingInfo final
bool EnableDetailedTableProfiling = false;
NYPath::TYPath TablePath;
TDuration MountCacheWaitTime;
+ TDuration PermissionCacheWaitTime;
int WastedSubrequestCount = 0;