I followed this <https://stackoverflow.com/questions/49013889/apache-beam-counter-metrics-not-available-in-flink-webui> on stackoverflow too, but didn't help.
On Wed, Jun 13, 2018 at 5:23 PM, Abdul Qadeer <[email protected]> wrote: > Hi! > > I am using Beam 2.4.0 SDK with Flink 1.4.0 runner > I have created a "Counter" object in my pipeline (DoFn subclass) with > "Metrics.counter" method. However I am not able to see this metric under > "Accumulators" tab. I only see the following: > > > > It doesn't show up in "Metrics" -> "Add Metric" either. Do I need to do > something else to see metrics? >
