Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flame-clmc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flame
flame-clmc
Commits
032a8ec3
Commit
032a8ec3
authored
6 years ago
by
Stephen C Phillips
Browse files
Options
Downloads
Patches
Plain Diff
Fixes RTT example data; adds deprecation warnings for old APIs
parent
4e5649e9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/clmc-service.md
+6
-3
6 additions, 3 deletions
docs/clmc-service.md
with
6 additions
and
3 deletions
docs/clmc-service.md
+
6
−
3
View file @
032a8ec3
...
@@ -180,11 +180,11 @@ It offers different API endpoints to configure and control the aggregator as wel
...
@@ -180,11 +180,11 @@ It offers different API endpoints to configure and control the aggregator as wel
"forward_latencies": [
"forward_latencies": [
22, 11
22, 11
],
],
"total_forward_latency":
0
,
"total_forward_latency":
33
,
"reverse_latencies": [
"reverse_latencies": [
15, 18
15, 18
],
],
"total_reverse_latency":
0
,
"total_reverse_latency":
33
,
"response_time": 15.75,
"response_time": 15.75,
"round_trip_time": 81.75,
"round_trip_time": 81.75,
"global_tags": {
"global_tags": {
...
@@ -229,9 +229,10 @@ It offers different API endpoints to configure and control the aggregator as wel
...
@@ -229,9 +229,10 @@ It offers different API endpoints to configure and control the aggregator as wel
}
}
```
```
## Aggregator API Endpoints
## Aggregator API Endpoints
**Note: this API is deprecated. The graph API should be used to compute RTT instead.**
*
**GET**
***/aggregator/config***
*
**GET**
***/aggregator/config***
This API method retrieves information about the configuration of the aggregator.
This API method retrieves information about the configuration of the aggregator.
...
@@ -376,6 +377,8 @@ It offers different API endpoints to configure and control the aggregator as wel
...
@@ -376,6 +377,8 @@ It offers different API endpoints to configure and control the aggregator as wel
## CRUD API for service function endpoint configurations
## CRUD API for service function endpoint configurations
**Note: this API is experimental and is not intended to be used**
*
**GET**
***/whoami/endpoints***
*
**GET**
***/whoami/endpoints***
This API method retrieves all service function endpoint configurations in a JSON format.
This API method retrieves all service function endpoint configurations in a JSON format.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment