diff --git a/docs/clmc-service.md b/docs/clmc-service.md
index 12c2ccfd3b0632e8b9883dbd70bf8d05fa9bccbd..a78de7b4c0f657203c53572226284f61c54cae74 100644
--- a/docs/clmc-service.md
+++ b/docs/clmc-service.md
@@ -306,7 +306,7 @@ with **/clmc-service** so that the nginx reverse proxy server (listening on port
     * Response:
 
         The response to this request is a JSON content, which contains the result from the Cypher query including forward latencies, reverse latencies and service function response time along with the
-        calculated round trip time and global tag values for the given service function endpoint.
+        calculated round trip time and tag values for a potential measurement.
 
         Returns a 400 Bad Request error if the URL parameters are invalid
 
@@ -339,6 +339,9 @@ with **/clmc-service** so that the nginx reverse proxy server (listening on port
                 "flame_sf": "minio_1",
                 "flame_location": "DC1",
                 "flame_server": "DC1"
+            },
+            "local_tags": {
+               "traffic_source": "DC2"
             }
         }
         ```
@@ -367,6 +370,9 @@ with **/clmc-service** so that the nginx reverse proxy server (listening on port
                 "flame_sf": "minio_1",
                 "flame_location": "DC1",
                 "flame_server": "DC1"
+            },
+            "local_tags": {
+               "traffic_source": "DC2"
             }
         }
         ```