From d5ecd7266dfb76042ebe189ca31b0d3d426682b7 Mon Sep 17 00:00:00 2001 From: vporyadke Date: Mon, 15 Jan 2024 20:37:46 +0300 Subject: [PATCH] fix statestorage link (#953) --- ydb/core/mind/hive/monitoring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/mind/hive/monitoring.cpp b/ydb/core/mind/hive/monitoring.cpp index b530f10c6994..f7a27621cc4b 100644 --- a/ydb/core/mind/hive/monitoring.cpp +++ b/ydb/core/mind/hive/monitoring.cpp @@ -294,7 +294,7 @@ class TTxMonEvent_MemStateTablets : public TTransactionBase { out << "" << Sprintf("%.9f", x.Weight) << ""; out << "" << GetResourceValuesText(x) << ""; out << "" << x.GetTabletAllowedMetricIds() << ""; - out << ""; + out << ""; out << ""; } out << "";