Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.24 KB

File metadata and controls

17 lines (12 loc) · 1.24 KB

ConnectionStatisticsSnapshotDTO

Properties

Name Type Description Notes
id String The id of the connection. [optional]
predictedMillisUntilCountBackpressure Long The predicted number of milliseconds before the connection will have backpressure applied, based on the queued count. [optional]
predictedMillisUntilBytesBackpressure Long The predicted number of milliseconds before the connection will have backpressure applied, based on the total number of bytes in the queue. [optional]
predictedCountAtNextInterval Integer The predicted number of queued objects at the next configured interval. [optional]
predictedBytesAtNextInterval Long The predicted total number of bytes in the queue at the next configured interval. [optional]
predictedPercentCount Integer The predicted percentage of queued objects at the next configured interval. [optional]
predictedPercentBytes Integer The predicted percentage of bytes in the queue against current threshold at the next configured interval. [optional]
predictionIntervalMillis Long The prediction interval in seconds [optional]