diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-26 13:55:58 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-26 14:15:06 +0300 |
commit | 9f2c9e195474ec2b625f3e212d8d99c7cf691b08 (patch) | |
tree | 10f223018464dee13b1d6fa4110668f80f8e8d32 | |
parent | 133e96d5c735e2dc94d64e91dae4bf86a8256895 (diff) | |
download | ydb-9f2c9e195474ec2b625f3e212d8d99c7cf691b08.tar.gz |
Intermediate changes
-rw-r--r-- | yt/yt/library/profiling/solomon/exporter.cpp | 2 |
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")) { |