Welcome to event-tracking-service’s documentation!¶
The event-tracking-service is designed to store and display events that have occurred over points in time. It is useful to track various events in a product pipeline:
- builds
- deployments
- operational events
- manual work
Events must contain a timestamp, and allow an optional description and arbritrary tags that can be queried from the API.
Events may also reference a parent event, which ETS can use to generate a tree display signifying that relationship.
See Events for more information
Contents: