aboutsummaryrefslogtreecommitdiffstats
path: root/yt
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-04-26 13:55:58 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-04-26 14:15:06 +0300
commit9f2c9e195474ec2b625f3e212d8d99c7cf691b08 (patch)
tree10f223018464dee13b1d6fa4110668f80f8e8d32 /yt
parent133e96d5c735e2dc94d64e91dae4bf86a8256895 (diff)
downloadydb-9f2c9e195474ec2b625f3e212d8d99c7cf691b08.tar.gz
Intermediate changes
Diffstat (limited to 'yt')
-rw-r--r--yt/yt/library/profiling/solomon/exporter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt/library/profiling/solomon/exporter.cpp b/yt/yt/library/profiling/solomon/exporter.cpp
index b60be17740..ebb7aee092 100644
--- a/yt/yt/library/profiling/solomon/exporter.cpp
+++ b/yt/yt/library/profiling/solomon/exporter.cpp
@@ -617,6 +617,8 @@ void TSolomonExporter::DoHandleShard(
{
TPromise<TSharedRef> responsePromise = NewPromise<TSharedRef>();
+ auto Logger = NProfiling::Logger.WithTag("Shard: %v", name);
+
try {
auto format = NMonitoring::EFormat::JSON;
if (auto accept = req->GetHeaders()->Find("Accept")) {