Hi, I'm looking to get metrics from executors in Spark. What is the endpoint for json data from the executors? For workers, I see that we can use http://worker:8081/metrics/json but where do I find this info for executors?
I set executor.sink.servlet.path=/exec/path but there was no data available on workers at this endpoint. I am able to get data from worker and master as of now. Any help is appreciated Thanks Sudoer