Dispose experiment/trace back-end resources when closing an experiment from the UI #1024
Labels
enhancement
New feature or request
trace server protocol
Needs changes to the trace-server-protocol itself
Trace Server
Involve changes in the trace server itself (in the incubator source code)
The TSP allows to open traces and experiments on the server back-end. However, there is now dedicated request available to dispose the back-end resources related to experiments and traces in the back-end. There should be a TSP request to trigger the disposal of resources in the back-end when the front-end close the experiment.
Consider the following API:
PUT /experiments/{expUUID}:close
Consider other alternatives before implement this API.
The text was updated successfully, but these errors were encountered: