Skip to content

Commit b3e8d8e

Browse files
authored
Changed http title with decimal GroupID (#4458)
1 parent 3c32583 commit b3e8d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/blobstorage/vdisk/skeleton/blobstorage_skeletonfront.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,8 +713,8 @@ namespace NKikimr {
713713

714714
const auto &bi = Config->BaseInfo;
715715
TString path = Sprintf("vdisk%09" PRIu32 "_%09" PRIu32, bi.PDiskId, bi.VDiskSlotId);
716-
TString name = Sprintf("%s VDisk%09" PRIu32 "_%09" PRIu32,
717-
VCtx->VDiskLogPrefix.data(), bi.PDiskId, bi.VDiskSlotId);
716+
TString name = Sprintf("%s VDisk%09" PRIu32 "_%09" PRIu32 " (%" PRIu32 ")",
717+
VCtx->VDiskLogPrefix.data(), bi.PDiskId, bi.VDiskSlotId, GInfo->GroupID);
718718
mon->RegisterActorPage(vdisksMonPage, path, name, false, ctx.ExecutorThread.ActorSystem, ctx.SelfID);
719719
}
720720
}

0 commit comments

Comments
 (0)