-
Notifications
You must be signed in to change notification settings - Fork 59
Dispose experiment/trace back-end resources when closing an experiment from the UI #1024
Copy link
Copy link
Open
Labels
Trace ServerInvolve changes in the trace server itself (in the incubator source code)Involve changes in the trace server itself (in the incubator source code)enhancementNew feature or requestNew feature or requesttrace server protocolNeeds changes to the trace-server-protocol itselfNeeds changes to the trace-server-protocol itself
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Trace ServerInvolve changes in the trace server itself (in the incubator source code)Involve changes in the trace server itself (in the incubator source code)enhancementNew feature or requestNew feature or requesttrace server protocolNeeds changes to the trace-server-protocol itselfNeeds changes to the trace-server-protocol itself