Hi,
There is a doc about metrics here:
https://beam.apache.org/documentation/programming-guide/#metrics
You can also export the metrics to sinks (REST http endpoint and
Graphite), see MetricsOptions class for configuration.
Still, there is no doc for export on website, I'll add some
Best
Etienne
On 28/02/2020 01:07, Pablo Estrada wrote:
Hi Daniel!
I think +Alex Amato <mailto:ajam...@google.com> had tried to have an
inventory of metrics at some point.
Other than that, I don't think we have a document outlining them.
Can you talk about what you plan to do with them? Do you plan to
export them somehow? Do you plan to add your own?
Best
-P.
On Thu, Feb 27, 2020 at 11:33 AM Daniel Chen <danx...@gmail.com
<mailto:danx...@gmail.com>> wrote:
Hi all,
I some questions about the reference to the framework metrics
emitted by Beam. I would like to leverage these metrics to allow
better monitoring of by Beam jobs but cannot find any references
to the description or a complete set of emitted metrics.
Do we have this information documented anywhere?
Thanks,
Daniel