Skip to content

Commit

Permalink
fix: hostd metrics intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Dec 17, 2023
1 parent a496454 commit c65b366
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-pots-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'hostd': minor
---

Metrics intervals for 1Y and ALL are now weekly and monthly.
4 changes: 2 additions & 2 deletions apps/hostd/contexts/metrics/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ export const dataTimeSpanOptions: {
},
{
label: '1Y',
interval: 'daily',
interval: 'weekly',
value: '365',
},
{
label: 'ALL',
interval: 'weekly',
interval: 'monthly',
value: 'all',
},
]
Expand Down

0 comments on commit c65b366

Please sign in to comment.