Using bookmarks, user can save custom data points where each corresponds to a specific time range. Each bookmark contains "name", "start", "end", and an optional "payload".
The following endpoints are introduced:
[GET] Get all the bookmarks of an experiment
[GET] Get a specific bookmark for an experiment
[POST] Create a new bookmark for an experiment
[PUT] Update an old bookmark of an experiment
[DELETE] Delete a bookmark of an experiment
[Added] Corresponding endpoints for bookmarks in the trace server
Using bookmarks, user can save custom data points where each corresponds to a specific time range. Each bookmark contains "name", "start", "end", and an optional "payload".
The following endpoints are introduced:
[Added] Corresponding endpoints for bookmarks in the trace server