Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,19 @@ that contains both context and data).
* MUST be a non-empty string
* MUST be unique within the scope of the producer

### followsFrom
* Type: String
* Description: The eventID of the event that caused this event. The semantics
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one could argue that a set of eventID(s) could be the cause of an event and that this field should allow for this. allowing delimited eventID(s) to be supplied could satisfy that fact at the cost of complexity

of this string are explicitly undefined to ease the implementation of
producers. Enables correlation. The semantics of the relationship between
the event identified by followsFrom and the event identified by eventID are
as defined by the (Open Tracing Standard](https://github.com/opentracing/specification/blob/1be76512597d0e0388de06702f3c8a9e7b554064/specification.md#references-between-spans)
* Examples:
* A database commit ID
* Constraints:
* OPTIONAL
* If present, MUST adhere to ALL constraints of eventID.

### eventTime
* Type: Timestamp per [RFC 3339](https://tools.ietf.org/html/rfc3339)
* Description: Timestamp of when the event happened.
Expand Down