StefanRRichter commented on code in PR #26599:
URL: https://github.com/apache/flink/pull/26599#discussion_r2111974773


##########
docs/content.zh/docs/ops/traces.md:
##########
@@ -38,10 +38,10 @@ This method returns a `MetricGroup` object via which you 
can report a new single
 ### Reporting single Span
 
 
-A `Span` represents something that happened in Flink at certain point of time, 
that will be reported to a `TraceReporter`.
+A `Span` represents some process that happened in Flink at certain point of 
time for a certain duration, that will be reported to a `TraceReporter`.
 To report a `Span` you can use the `MetricGroup#addSpan(SpanBuilder)` method.
 
-Currently we don't support traces with multiple spans. Each `Span` is 
self-contained and represents things like a checkpoint or recovery.
+Currently, we don't support traces with multiple spans. Each `Span` is 
self-contained and represents things like a checkpoint or recovery.

Review Comment:
   But we do have children spans, right? So is this still correct?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to