Skip to content

Commit

Permalink
Merge branch 'mergify/bp/release-1.33.x/pr-1047' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomodaari authored Aug 12, 2024
2 parents ef042e2 + e1114b0 commit 766aa64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public List<MetricSet> queryMetrics(
? Instant.parse(points.get(points.size() - 1).getInterval().getEndTime())
: stackdriverCanaryScope.getEnd();

// TODO(duftler): What if there are no data points?

List<Double> pointValues;

if (points.isEmpty()) {
Expand Down

0 comments on commit 766aa64

Please sign in to comment.