Skip to content

Commit 83be5ee

Browse files
authored
Add device type in dsproxy put lwprobe (#8381)
1 parent 4d425b0 commit 83be5ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ydb/core/blobstorage/dsproxy/dsproxy_put.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ class TBlobStorageGroupPutRequest : public TBlobStorageGroupRequestActor {
633633
LWTRACK(
634634
DSProxyPutRequest, Orbit,
635635
Info->GroupID.GetRawId(),
636+
DeviceTypeStr(Info->GetDeviceType(), true),
636637
NKikimrBlobStorage::EPutHandleClass_Name(HandleClass),
637638
TEvBlobStorage::TEvPut::TacticName(Tactic),
638639
PutImpl.Blobs.size(),

ydb/core/blobstorage/lwtrace_probes/blobstorage_probes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ struct TEventTypeField {
280280
PROBE(DSProxyStartTransfer, GROUPS("DSProxy"), TYPES(), NAMES()) \
281281
PROBE(VDiskStartProcessing, GROUPS("DSProxy"), TYPES(), NAMES()) \
282282
PROBE(VDiskReply, GROUPS("DSProxy"), TYPES(), NAMES()) \
283-
PROBE(DSProxyPutRequest, GROUPS("DSProxy", "LWTrackStart"), TYPES(ui32, TString, TString, ui64, ui64), NAMES("groupId", "handleClass", "tactic", "count", "totalSize")) \
283+
PROBE(DSProxyPutRequest, GROUPS("DSProxy", "LWTrackStart"), TYPES(ui32, TString, TString, TString, ui64, ui64), NAMES("groupId", "deviceType", "handleClass", "tactic", "count", "totalSize")) \
284284
PROBE(DSProxyVPutSent, GROUPS("DSProxy"), TYPES(NKikimr::TEventTypeField, TString, ui32, ui32, ui64, bool), NAMES("type", "vDiskId", "vdiskOrderNum", "count", "totalSize", "accelerate")) \
285285
/**/
286286
LWTRACE_DECLARE_PROVIDER(BLOBSTORAGE_PROVIDER)

0 commit comments

Comments
 (0)