client와 server 빌드를 분리하고 client에는 node_exporter 통합
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
//go:build client
|
||||
|
||||
package client
|
||||
|
||||
import (
|
||||
@ -319,7 +321,6 @@ func (hc *houstonClient) launch(meta *procmeta) error {
|
||||
if err == nil {
|
||||
meta.state = protos.ProcessState_Running
|
||||
}
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user