Skip to content

Commit a02e383

Browse files
committed
removed session id from label
1 parent 6fdae01 commit a02e383

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/query/session_core.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ func Open(
163163
attachRes := make(chan error)
164164
pprof.Do(ctx, pprof.Labels(
165165
"node_id", strconv.Itoa(int(core.NodeID())),
166-
"session_id", core.id,
167166
), func(ctx context.Context) {
168167
go func() {
169168
attachRes <- core.attach(ctx)

0 commit comments

Comments
 (0)