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

Issue #67 - updated documentation for aggregation

parent a040d1c4
Branches
Tags
No related merge requests found
......@@ -95,6 +95,7 @@ the target endpoint ID of the **network_delays** measurement, the rows are combi
Example:
* Result from first query:
```
name: network_delays
tags: path=endpoint1.ms-A.ict-flame.eu---endpoint2.ms-A.ict-flame.eu
......@@ -110,6 +111,7 @@ time Dnet
```
* Result from second query
```
name: service_delays
tags: FQDN=ms-A.ict-flame.eu, endpoint=endpoint2.ms-A.ict-flame.eu, sf_instance=test-sf-clmc-agent-build_INSTANCE
......@@ -118,6 +120,7 @@ time Dresponse
1524833145975682287 11
```
The script will parse the path identifier **endpoint1.ms-A.ict-flame.eu---endpoint2.ms-A.ict-flame.eu** and find the target endpoint being
**endpoint2.ms-A.ict-flame.eu**. Then the script checks if there is service delay measurement row matching this endpoint. Since there is one,
those values will be merged, so the result will be a row like this:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment