Summary
We are observing a case where observations with monotonically increasing sequence numbers have timestamps that go backwards in time. Worth noting that IgnoreTimestamps is set to true on this agent, so assuming all timestamps are being generated by the agent rather than forwarded from an adapter.
Observed behavior
Sequence numbers increase without interruption, but timestamps jump backwards by hours at certain points in the stream. The attached screenshot shows this for a single data item (Execution).
Example from the attached data:
Sequence Timestamp Value
1222952232 14:43:04 ACTIVE
1222954278 10:18:18 STOPPED ← goes back ~4h 25m
1222959352 11:06:57 READY
1222959353 11:06:58 STOPPED
1222960215 11:07:11 ACTIVE
Sequence is strictly increasing. Timestamps are not.
Environment
- Agent version: 2.7.0.11
- Schema version: 2.4
IgnoreTimestamps: true
- DataItem type:
Execution (category: EVENT)

Summary
We are observing a case where observations with monotonically increasing sequence numbers have timestamps that go backwards in time. Worth noting that
IgnoreTimestampsis set totrueon this agent, so assuming all timestamps are being generated by the agent rather than forwarded from an adapter.Observed behavior
Sequence numbers increase without interruption, but timestamps jump backwards by hours at certain points in the stream. The attached screenshot shows this for a single data item (
Execution).Example from the attached data:
Sequence is strictly increasing. Timestamps are not.
Environment
IgnoreTimestamps: trueExecution(category:EVENT)