eclipse-cdt-cloud / trace-server-protocol

Specification of the Trace Server Protocol (TSP)
https://eclipse-cdt-cloud.github.io/trace-server-protocol/
Apache License 2.0
24 stars 18 forks source link

Add /data/{id}/tree endpoint to fetch trees of type DATA_TREE #88

Closed bhufmann closed 1 year ago

bhufmann commented 1 year ago

The provider type DATA_TREE already exists. However, the endpoint has not been added.

Existing client applications are using the XY or timegraph equivalent tree endpoint instead. This will add the dedicated endpoint for data trees.

Signed-off-by: Bernd Hufmann bernd.hufmann@ericsson.com