src/main/java/com/google/cloud/dfmetrics/pipelinemanager/MonitoringClient.java [164:170]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            jobId);
    ListTimeSeriesRequest request =
        getTimeSeriesRequest(project, filter, timeInterval, getAggregation());
    List<Double> timeSeries = listTimeSeriesAsDouble(request);
    if (timeSeries.isEmpty()) {
      LOG.warn("No monitoring data found. Unable to get Data freshness information.");
      return Optional.empty();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/google/cloud/dfmetrics/pipelinemanager/MonitoringClient.java [190:196]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            jobId);
    ListTimeSeriesRequest request =
        getTimeSeriesRequest(project, filter, timeInterval, getAggregation());
    List<Double> timeSeries = listTimeSeriesAsDouble(request);
    if (timeSeries.isEmpty()) {
      LOG.warn("No monitoring data found. Unable to get Data freshness information.");
      return Optional.empty();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



