feat(validate): add SLI query validation#504
Draft
matkaras wants to merge 7 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release Notes
Add
sloctl validate slito validate SLI queries against Nobl9 data sources. It validates SLO YAML files with-for existing SLOs by passing the SLO name, prints a concise validation summary by default, and returns full time-series data with-o yaml|json|csv.Motivation
Users did not have a sloctl command to test SLI queries before applying or debugging SLO definitions, so query issues required checking elsewhere. This command uses the Nobl9 SDK data source query endpoint and keeps default output short while preserving structured time-series output when requested.
Summary
validate slicommand.-f, existing SLO lookup by name, SLO/objective filters,--last,--from, and--to.Valid/Invalid, query counts, time range, point counts, min, max, and errors.-o yaml|json|csv.nobl9-gotov0.133.1for the data source query SDK endpoint.Related Changes
None.
Testing
Valid, time range, point counts, min, and max.-f; confirm each objective appears in the summary.Invalid, includes backend error details, and exits non-zero.-o json,-o yaml, and-o csv; confirm output includes full[timestamp, value]time-series values.--lastabove 1h and with a--from/--torange above 1h; confirm the command rejects the time range.