ObservationQueueStats Data Type

Statistics about the observation queue that may be used for monitoring health of the observation system.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
Properties inherited from QueueStats
age long element 1/1 Age, in millseconds, of the oldest item on the queue. This is the current time minus the time that that item was added to the queue.
length int element 1/1 Return the current length of the queue.

Example

<ObservationQueueStats>
  <length>...</length>
  <age>...</age>
</ObservationQueueStats>