Skip to content

Commit

Permalink
add report time
Browse files Browse the repository at this point in the history
  • Loading branch information
sagostin committed Jul 11, 2024
1 parent bece822 commit f60f51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/agent/probe_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ type TrafficSimClientStats struct {
OutOfSequence int `json:"outOfSequence" bson:"outOfSequence"`
StdDevRTT float64 `json:"stdDevRTT" bson:"stdDevRTT"`
TotalPackets int `json:"totalPackets" bson:"totalPackets"`
ReportTime int `json:"reportTime" bson:"reportTime"`
}

/*return map[string]interface{}{
Expand Down

0 comments on commit f60f51e

Please sign in to comment.