Skip to content
Snippets Groups Projects
Commit a59e2d7b authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Updates Graph API with Assumptions section

parent 3f5ee064
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,13 @@ It offers different API endpoints to configure and control the aggregator as wel
#### Graph API Endpoints
* **Assumptions**
* For each service function, there is a field/fields from which the service function response time (service delay) can be derived.
* For each service function, there is a field/fields from which an average estimation of the size of a **request** to this service function can be derived.
* For each service function, there is a field/fields from which an average estimation of the size of a **response** from this service function can be derived.
* All the aforementioned fields reside in a single measurement.
* There is at most 1 service function hosted on a particular endpoint.
* **POST** ***/graph/temporal?from={timestamp-seconds}&to={timestamp-seconds}***
This API method sends a request to the CLMC service to build a graph related to the time range declared with the *from* and *to* URL parameters.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment