You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-query/src/main/java/com/azure/monitor/query/implementation/metrics/models/MetricsHelper.java
+23-10Lines changed: 23 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -330,33 +330,46 @@ public static String toMetricsTimespan(QueryTimeInterval timeInterval) {
330
330
331
331
// If we have both start and end times, use them directly
332
332
if (timeInterval.getStartTime() != null && timeInterval.getEndTime() != null) {
0 commit comments