mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: refactor agent stats streaming (#5112)
This commit is contained in:
@ -232,6 +232,6 @@ type AgentStatsReportResponse struct {
|
||||
NumConns int64 `json:"num_comms"`
|
||||
// RxBytes is the number of received bytes.
|
||||
RxBytes int64 `json:"rx_bytes"`
|
||||
// TxBytes is the number of received bytes.
|
||||
// TxBytes is the number of transmitted bytes.
|
||||
TxBytes int64 `json:"tx_bytes"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user