Skip to content

Commit

Permalink
git subrepo push --remote=git@github.com:sw1136562366/holoinsight-age…
Browse files Browse the repository at this point in the history
…nt.git --branch=feat/collect_thread_count --force opensource

subrepo:
  subdir:   "opensource"
  merged:   "b5497f6c"
upstream:
  origin:   "git@github.com:sw1136562366/holoinsight-agent.git"
  branch:   "feat/collect_thread_count"
  commit:   "b5497f6c"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/Homebrew/brew"
  commit:   "92a4311868"
  • Loading branch information
sanhuan.sw committed Apr 22, 2024
1 parent b5497f6 commit aea685c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/plugin/input/thread/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ func (i *input) Collect(a api.Accumulator) error {
}

r, err := ioc.Crii.Exec(context.Background(), biz, cri.ExecRequest{
Cmd: []string{core.HelperToolPath, "countThread"},
NoWrapCmdWithTimeout: true,
Cmd: []string{core.HelperToolPath, "countThread"},
})
if err != nil {
return err
Expand Down

0 comments on commit aea685c

Please sign in to comment.