Skip to content

Commit

Permalink
调整
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Nov 30, 2024
1 parent 2661d86 commit 2705852
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions traceDetailHand.go

This file was deleted.

2 changes: 1 addition & 1 deletion traceManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func (*traceManager) TraceEtcd(method string, key string, leaseID int64) trace.I

// TraceHand 手动埋点
func (*traceManager) TraceHand(name string) trace.ITraceDetail {
detail := &TraceDetailHand{
detail := &trace.TraceDetailHand{
BaseTraceDetail: trace.NewTraceDetail(eumCallType.Hand, ""),
Name: name,
}
Expand Down

0 comments on commit 2705852

Please sign in to comment.