-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
*: Implement info server for missing components #4886
*: Implement info server for missing components #4886
Conversation
- Adds time range and label set methods to store to be able to populate info API responses Signed-off-by: Matej Gera <[email protected]>
…info - Makes some changes to info server options for better readability - Makes passing func optional - if no function passed, sets default empty response - Adjust existing components to fit adjusted info server options Signed-off-by: Matej Gera <[email protected]>
Signed-off-by: Matej Gera <[email protected]>
- Rely on info API response since all components in latest version implement it now - Simplify, remove an unnecessary interface and min/max time const Signed-off-by: Matej Gera <[email protected]>
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.
Nice work @matej-g! This is looking good to go, just some small non-blocking suggestions.
…issing-components
- Simplify the functional option - remove interface - Better documentation Signed-off-by: Matej Gera <[email protected]>
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, Thanks for this!
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.
💪 awesome work!
Ran tests locally and seems like everything works as expected |
Changes
This PR is the continuation of the series of PRs to resolve the issue #2600 implementing the endpoints proposal.
The changes include:
Verification
Tests have been adjusted and passed locally. Manual test has been executed as well.