-
Notifications
You must be signed in to change notification settings - Fork 8
Update time filter docs, clarify presence/absence of fields #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update time filter docs, clarify presence/absence of fields #143
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the documentation for the TimeFilter message in the reporting API, replacing a brief note with comprehensive semantics explaining how the presence or absence of start_time and end_time fields affects stream behavior—including historical data retrieval, real-time streaming, and stream closure.
Key Changes
- Enhanced the message-level documentation with detailed semantics covering all combinations of
start_timeandend_timepresence/absence - Added explicit validation rule that
end_timemust not be in the future - Clarified the behavior differences between historical-only queries (with
end_time) and ongoing real-time streams (withoutend_time)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
168f501 to
d7bc941
Compare
d7bc941 to
ad64dcb
Compare
Signed-off-by: Stefan Brus <[email protected]>
Signed-off-by: Stefan Brus <[email protected]>
ad64dcb to
5477aeb
Compare
fc2db76 to
6189fcf
Compare
Signed-off-by: Stefan Brus <[email protected]>
6189fcf to
6fff88c
Compare
thomas-nicolai-frequenz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.