olehborysevych commented on code in PR #29507:
URL: https://github.com/apache/beam/pull/29507#discussion_r1411120714


##########
learning/prompts/documentation-lookup/10_basic_metrics.md:
##########
@@ -0,0 +1,24 @@
+Prompt:
+What are Metrics in Apache Beam?
+Response:
+[Metrics](https://beam.apache.org/documentation/programming-guide/#metrics) in 
Apache Beam provide a way to get insight into the current state of a user 
pipeline including during pipeline execution.
+
+Metrics are named and scoped to a specific step in the pipeline. They may be 
dynamically created  during pipeline execution. If a runner doesn’t support 
some part of reporting metrics, the fallback behavior is to drop the metric 
updates rather than failing the pipeline.

Review Comment:
   Done



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to