Skip to content

Commit

Permalink
Added iastTestIdentifer in HC
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush-ap committed Dec 11, 2024
1 parent 1893619 commit 6ff8bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions security_event_generation/event_generation.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func SendSecHealthCheck() {
hc.WebSocketConnectionStats = secConfig.GlobalInfo.WebSocketConnectionStats
hc.IastReplayRequest = secConfig.GlobalInfo.IastReplayRequest
hc.EventStats = secConfig.GlobalInfo.EventStats
hc.IastTestIdentifier = secConfig.GlobalInfo.GetIastTestIdentifier()

hc.ProcStartTime = secConfig.GlobalInfo.ApplicationInfo.GetStarttimestr().Unix() * 1000
hc.TrafficStartedTime = secConfig.GlobalInfo.ApplicationInfo.GetTrafficStartedTime()
Expand Down
1 change: 1 addition & 0 deletions security_event_generation/event_generation_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ type healthcheck struct {
ProcStartTime int64 `json:"procStartTime"`
TrafficStartedTime int64 `json:"trafficStartedTime"`
ScanStartTime int64 `json:"scanStartTime"`
IastTestIdentifier string `json:"iastTestIdentifer"`
}

type ThreadPoolStats struct {
Expand Down

0 comments on commit 6ff8bae

Please sign in to comment.