aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-01-14 13:24:32 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-01-14 13:43:51 +0300
commitd04cf8fc2232c749af6ad9ffc0a8d235627db0aa (patch)
treeac2b11b10a94ee024c9ecdb764c2d7e6f89706de
parent5593aaf904fb630ebded70fb964bc73b39bc053a (diff)
downloadydb-d04cf8fc2232c749af6ad9ffc0a8d235627db0aa.tar.gz
Intermediate changes
commit_hash:f3acc0f5643923e65e16295430ffe7512ceb1b2e
-rw-r--r--yt/yt/library/profiling/solomon/helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/library/profiling/solomon/helpers.h b/yt/yt/library/profiling/solomon/helpers.h
index fd2c841b3f..545951ded8 100644
--- a/yt/yt/library/profiling/solomon/helpers.h
+++ b/yt/yt/library/profiling/solomon/helpers.h
@@ -27,6 +27,7 @@ void FillResponseHeaders(const TOutputEncodingContext& outputEncodingContext, co
//! Creates output encoder according to request headers.
TOutputEncodingContext CreateOutputEncodingContextFromHeaders(const NHttp::THeadersPtr& headers);
+//! Provides a lower bound for memory used by solomon sensors.
i64 GetCountersBytesAlive();
////////////////////////////////////////////////////////////////////////////////