public class DownTimeGauge extends Object implements org.apache.flink.metrics.Gauge<Long>
For jobs that have never run (new not yet scheduled jobs) or jobs that have run again after failing, this gauge returns , and for jobs that are not running any more, it returns .
public DownTimeGauge(JobStatusProvider jobStatusProvider)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.