I'm running my spark continuous structured streaming application on a standalone cluster. However I noticed that metrics like average input/sec or avg process/sec is not showing(as NaN) on the structured streaming UI. I have spark.sql.streaming.metricsEnabled = true
If I run the app in micro-batched structured streaming, I can see these metrics. I also tried this continous streaming app on databricks, somehow I'm able to see these metrics. I'm wondering how can I monitor the continuous streaming metrics on my standalone cluster. Thank you!