Re: WebUI Custom Metrics

2019-06-26 Thread Chesnay Schepler
I'm not entirely sure, but you could try writing your configuration into the ExecutionConfig using ExEnv#getExecutionConfig#setGlobalJobParameters. IIRC this should then show up under /jobs/:jobid/config . On 26/06/2019 12:04, Dominik Wosiński wrote: Hey, I am building jobs that use Typesafe

WebUI Custom Metrics

2019-06-26 Thread Dominik Wosiński
Hey, I am building jobs that use Typesafe Config under the hood. The configs tend to grow big. I was wondering whether there is a possibility to use WebUI to show the config that the job was run with, currently the only idea is to log the config and check it inside the logs, but with dozens of job