updated the value of ExecutionID in LocalMonitor constructor
This commit is contained in:
@@ -20,10 +20,10 @@ type ContainerMonitor struct {
|
||||
KubePort string
|
||||
}
|
||||
|
||||
func NewContainerMonitor(executionsId string, peerId string, duration int) (Executor){
|
||||
func NewContainerMonitor(UUID string, peerId string, duration int) (Executor){
|
||||
return &ContainerMonitor{
|
||||
Monitor: LocalMonitor{
|
||||
ExecutionID: executionsId,
|
||||
ExecutionID: UUID,
|
||||
PeerID: peerId,
|
||||
Duration: duration,
|
||||
LokiUrl: conf.GetConfig().LokiUrl,
|
||||
|
||||
Reference in New Issue
Block a user