You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
In 1.12.0 the Observation.Event.getWallTime() method was added with a default return of 0. Users that call Event.of will have an event that includes the correct walltime, but users that implement Event directly will always return 0.
These 0 values are not valid and should not be passed to the backend.
The text was updated successfully, but these errors were encountered:
Describe the bug
Please see spring-projects/spring-boot#38579 for background.
Environment
To Reproduce
How to reproduce the bug:
See reproducer in linked issue.
Expected behavior
The JSON payload does not include invalid timestamps:
Additional context
In 1.12.0 the
Observation.Event.getWallTime()
method was added with a default return of0
. Users that callEvent.of
will have an event that includes the correct walltime, but users that implementEvent
directly will always return0
.These
0
values are not valid and should not be passed to the backend.The text was updated successfully, but these errors were encountered: