You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/data_streams/guide/metrics-and-tags.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This metric measures latency between two points in the pipeline. The value can r
18
18
-`full`: end-to-end latency between data origin (`start`) and another point (`end`) in the pipeline
19
19
-`start` tag: data origin
20
20
-`end` tag: arbitrary point where data is last tracked
21
-
-`edge`: latency between two services, connected through a queue or directly over HTTP/gRPC. Measures time between _before produce_in the producer (`start`) and _after consume_ in the consumer (`end`)
21
+
-`edge`: latency between two services, connected through a queue or directly over HTTP/gRPC. Measures duration between time of produce in the producer (`start`) and time of consume in the consumer (`end`)
22
22
-`start` tag: the upstream producer service
23
23
-`end` tag: the downstream consumer service
24
24
-`partial_edge`: latency between a service and a queue, if the producer or consumer is not known (that is, not instrumented with Data Streams Monitoring)
@@ -129,4 +129,4 @@ This metric represents the lag (in offsets) between the last produce and consume
0 commit comments