echauchot commented on a change in pull request #11013: Add metrics export to
documentation on the website.
URL: https://github.com/apache/beam/pull/11013#discussion_r387122201
##########
File path: website/src/documentation/programming-guide.md
##########
@@ -3121,6 +3121,15 @@ public class MyMetricsDoFn extends DoFn<Integer,
Integer> {
}
}
```
+### 9.5 Export metrics {#export-metrics}
+Beam metrics can be exported to external sinks. If set up the runner will push
metrics to a configured sink at a configured period.
Review comment:
I asked a native, it is correct but lacks the , after set up. But I'll
elaborate a bit to clarify.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services