Skip to content

Commit

Permalink
feat: record the duration waiting in the proxy queue (#34744) (#34791)
Browse files Browse the repository at this point in the history
fix: #34743
pr: #34744

---------

Signed-off-by: longjiquan <[email protected]>
  • Loading branch information
longjiquan authored Jul 19, 2024
1 parent 3d9ec2a commit 08c6ab8
Show file tree
Hide file tree
Showing 14 changed files with 199 additions and 76 deletions.
1 change: 1 addition & 0 deletions internal/proxy/mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func newMockIDAllocatorInterface() allocator.Interface {
}

type mockTask struct {
baseTask
*TaskCondition
id UniqueID
name string
Expand Down
Loading

0 comments on commit 08c6ab8

Please sign in to comment.