CNV-80608: PR08 router: add GET /health endpoint and tests#22
Open
sradco wants to merge 1 commit into
Open
Conversation
5e4f158 to
e769581
Compare
3b29980 to
6dd5408
Compare
e769581 to
f0645d2
Compare
6dd5408 to
e20c923
Compare
e20c923 to
a33289f
Compare
f0645d2 to
565e51b
Compare
a33289f to
f8e02cf
Compare
565e51b to
3c859cd
Compare
f8e02cf to
a337788
Compare
3c859cd to
3c829c7
Compare
a337788 to
d385212
Compare
3c829c7 to
60b02e4
Compare
d385212 to
3ac3ac1
Compare
60b02e4 to
395b91a
Compare
3ac3ac1 to
52078b1
Compare
c0d9d20 to
51fb50b
Compare
52078b1 to
6ede194
Compare
51fb50b to
ef8c546
Compare
593964d to
a73c853
Compare
ef8c546 to
7f564f0
Compare
a73c853 to
e0ceabb
Compare
7f564f0 to
b53900b
Compare
e0ceabb to
e76ba02
Compare
b53900b to
f895bac
Compare
e76ba02 to
9b9d18d
Compare
f895bac to
66fd0c1
Compare
9b9d18d to
07b9537
Compare
66fd0c1 to
ec07c6a
Compare
6c512ec to
c4a9b5f
Compare
01847bf to
f6bc2a0
Compare
24ac781 to
99e1853
Compare
f6bc2a0 to
46866a6
Compare
99e1853 to
684419d
Compare
534a173 to
f8d69a4
Compare
684419d to
77ba275
Compare
Add GET /api/v1/alerting/rules endpoint with Prometheus rule group retrieval, list filtering, and label matching. Signed-off-by: Shirly Radco <sradco@redhat.com> Signed-off-by: João Vilaça <jvilaca@redhat.com> Signed-off-by: Aviv Litman <alitman@redhat.com> Co-authored-by: AI Assistant <noreply@cursor.com>
f8d69a4 to
f75199d
Compare
77ba275 to
bdd139a
Compare
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.
Add GET /api/v1/alerting/health endpoint
with handler tests and rules GET tests.