Class JobMetricGroup<C extends ComponentMetricGroup<C>>

    • Field Detail

      • jobId

        protected final org.apache.flink.api.common.JobID jobId
        The ID of the job represented by this metrics group.
      • jobName

        @Nullable
        protected final String jobName
        The name of the job represented by this metrics group.
    • Constructor Detail

      • JobMetricGroup

        protected JobMetricGroup​(MetricRegistry registry,
                                 C parent,
                                 org.apache.flink.api.common.JobID jobId,
                                 @Nullable
                                 String jobName,
                                 String[] scope)