CNV-80608: PR06 k8s: add Prometheus query layer and GET /alerts#20
Open
sradco wants to merge 1 commit into
Open
CNV-80608: PR06 k8s: add Prometheus query layer and GET /alerts#20sradco wants to merge 1 commit into
sradco wants to merge 1 commit into
Conversation
48ecb67 to
1bec9d1
Compare
1c9de72 to
dbec985
Compare
661fd01 to
b7c319b
Compare
dbec985 to
a35d9bd
Compare
b7c319b to
ffd7d33
Compare
a35d9bd to
3908afc
Compare
ffd7d33 to
3713969
Compare
3908afc to
60307cd
Compare
3713969 to
1266e92
Compare
60307cd to
0485121
Compare
1266e92 to
8d5fe67
Compare
0485121 to
264a17e
Compare
8d5fe67 to
8df0ad2
Compare
264a17e to
17448d8
Compare
8df0ad2 to
2ebc5eb
Compare
17448d8 to
6db2250
Compare
2ebc5eb to
84d154e
Compare
6db2250 to
6ad71ae
Compare
84d154e to
ca649f4
Compare
37734ec to
d1984fb
Compare
3d6d748 to
3d09b31
Compare
207545f to
b081867
Compare
25de431 to
c3c8562
Compare
84af9a9 to
a060fba
Compare
1291565 to
9daec11
Compare
6ed7be8 to
b866bc4
Compare
9daec11 to
600cbdd
Compare
Add Prometheus, Thanos, and Alertmanager query support with GET /api/v1/alerting/ alerts endpoint including alert component matching and alerting health status. 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>
600cbdd to
ece0e96
Compare
b866bc4 to
d43c06e
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 Prometheus, Thanos, and Alertmanager
query support with GET /api/v1/alerting/
alerts endpoint including alert component
matching and alerting health status.