Skip to content

feature(Args): Add 1-second interval support - #11

Merged
almostintuitive merged 1 commit into
mainfrom
claude/add-interval-docs-available-wCk0I
Mar 28, 2026
Merged

feature(Args): Add 1-second interval support#11
almostintuitive merged 1 commit into
mainfrom
claude/add-interval-docs-available-wCk0I

Conversation

@almostintuitive

Copy link
Copy Markdown
Contributor

Summary

Added support for 1-second (1s) interval to the list of available time intervals for data aggregation.

Changes

  • Updated README.md to include 1s as the first supported interval in the documented list
  • Added Interval1s constant to types.go with value "1s" to enable programmatic use of the 1-second interval

Details

This change extends the interval options from starting at 1 minute down to 1 second, allowing for more granular time-series data collection and analysis. The constant is positioned at the beginning of the interval constants list, reflecting the smallest supported time unit.

https://claude.ai/code/session_01PAiF96AtRq5w4qQoN8zE2x

@almostintuitive almostintuitive changed the title Add 1-second interval support feature(Args): Add 1-second interval support Mar 28, 2026
@almostintuitive
almostintuitive marked this pull request as ready for review March 28, 2026 10:25
@almostintuitive
almostintuitive merged commit 8e6c9ab into main Mar 28, 2026
3 checks passed
@almostintuitive
almostintuitive deleted the claude/add-interval-docs-available-wCk0I branch March 28, 2026 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants