Skip to content

Commit

Permalink
Clarify how ObservedTimestamp field is set if unspecified
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan committed Apr 14, 2023
1 parent 40e0457 commit d29bdef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/logs/bridge-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ this API.
The API MUST accept the following parameters:

- [Timestamp](./data-model.md#field-timestamp)
- [Observed Timestamp](./data-model.md#field-observedtimestamp)
- [Observed Timestamp](./data-model.md#field-observedtimestamp). If unspecified the
implementation SHOULD set it equal to the current time.
- The [Context](../context/README.md) associated with the `LogRecord`. The API
MAY implicitly use the current Context as a default
behavior.
Expand Down

0 comments on commit d29bdef

Please sign in to comment.