Index: tracing/tracing/metrics/system_health/utils.html |
diff --git a/tracing/tracing/metrics/system_health/utils.html b/tracing/tracing/metrics/system_health/utils.html |
index 9e0d09bd32f7cc4ff2871fe4d4f5d93c58d475ca..64c8b8b4f49082942c7d98c3e2f9924f1f9116d2 100644 |
--- a/tracing/tracing/metrics/system_health/utils.html |
+++ b/tracing/tracing/metrics/system_health/utils.html |
@@ -29,7 +29,7 @@ tr.exportTo('tr.metrics.sh', function() { |
return; |
if (!opt_range || |
- opt_range.intersectsExplicitRangeExclusive(ir.start, ir.end)) |
+ opt_range.intersectsExplicitRangeInclusive(ir.start, ir.end)) |
filteredExpectations.push(ir); |
}); |
return filteredExpectations; |