Skip to content

Commit

Permalink
[metrics] Switch metric view to 5 min by default ray-project#32065
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Liang <ekhliang@gmail.com>
Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
  • Loading branch information
ericl authored and edoakes committed Mar 22, 2023
1 parent fea9a57 commit 371c32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/client/src/pages/metrics/Metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export const Metrics = ({ newIA = false }: MetricsProps) => {
useContext(GlobalContext);

const [timeRangeOption, setTimeRangeOption] = useState<TimeRangeOptions>(
TimeRangeOptions.THIRTY_MINS,
TimeRangeOptions.FIVE_MINS,
);
const [[from, to], setTimeRange] = useState<[string | null, string | null]>([
null,
Expand Down

0 comments on commit 371c32b

Please sign in to comment.