Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/data_streams/metrics_and_tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This metric measures latency between two points in the pipeline. The value can r
- `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)
- `start` tag: the upstream producer service/queue
- `end` tag: the downstream consumer service/queue
- `internal`: latency within the service. Measures time between _consume_ and the folllowing _produce_ operation.
- `internal`: latency within the service. Measures time between _consume_ and the following _produce_ operation.

`start`
: The name of the node where Data Streams Monitoring first detects the payload. This node can be a service (the original producer) or a queue (the original producer is not known to Data Streams Monitoring).
Expand Down
Loading