Skip to content

Commit 75f6f05

Browse files
authored
Update tip on using hourly metrics in README
Clarified the note on hourly metrics to include timezone querying.
1 parent d784ca6 commit 75f6f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ $requests = Metric::thisHour()
265265
```
266266

267267
> [!tip]
268-
> Use hourly metrics sparingly, as they create 24x more database rows than daily metrics. Reserve hourly tracking for metrics that genuinely benefit from hour-level granularity.
268+
> Use hourly metrics sparingly, as they create 24x more database rows than daily metrics. Reserve hourly tracking for metrics that genuinely benefit from hour-level granularity, or if you need the ability to query recorded metrics within a timezone.
269269
270270
### Recording for Models
271271

0 commit comments

Comments
 (0)