Skip to content

Commit 502a6b3

Browse files
gitstevenphamestherk15
authored andcommitted
Update edge pathway_type description in metrics-and-tags.md (#28845)
1 parent 66c4cb9 commit 502a6b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/data_streams/guide/metrics-and-tags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This metric measures latency between two points in the pipeline. The value can r
1818
- `full`: end-to-end latency between data origin (`start`) and another point (`end`) in the pipeline
1919
- `start` tag: data origin
2020
- `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`)
2222
- `start` tag: the upstream producer service
2323
- `end` tag: the downstream consumer service
2424
- `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
129129
: The Kafka topic.
130130

131131
`consumer_group`
132-
: The Kafka consumer group.
132+
: The Kafka consumer group.

0 commit comments

Comments
 (0)