houston을 prometheus target 파일로 출력
This commit is contained in:
@ -216,9 +216,11 @@ func (hc *houstonClient) makeOperationQueryRequest() *protos.OperationQueryReque
|
||||
|
||||
hn, _ := os.Hostname()
|
||||
return &protos.OperationQueryRequest{
|
||||
Hostname: hn,
|
||||
Procs: procs,
|
||||
Deploys: deploys,
|
||||
Hostname: hn,
|
||||
PublicIp: os.Getenv("PUBIP"),
|
||||
PrivateIp: os.Getenv("PRVIP"),
|
||||
Procs: procs,
|
||||
Deploys: deploys,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user