-
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
Rule - API end point for rules and alerts #850
Labels
Comments
davtsur
pushed a commit
to davtsur/thanos
that referenced
this issue
Feb 17, 2019
So Ruler UI actually uses API endpoints, so they are available: https://github.com/improbable-eng/thanos/blob/master/pkg/ui/rule.go#L134 What exactly are you missing? (: |
It works only in the UI.
The PR is for adding a programmatic rest API
On Tue, 26 Feb 2019 at 0:46 Bartek Płotka ***@***.***> wrote:
So Ruler UI actually uses API endpoints, so they are available:
https://github.com/improbable-eng/thanos/blob/master/pkg/ui/rule.go#L134
What exactly are you missing? (:
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#850 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMGGoS8h4a7jdVlxy4z8-DD_fxEwYvVuks5vRGfPgaJpZM4a_Jg5>
.
--
David Tsur
|
bwplotka
pushed a commit
that referenced
this issue
Mar 4, 2019
* Adding new API end point for rules and alerts * reusing methods in query api * Adding unitest for rule API (similar to prometheus rule/alert API end point unitest) * Adding SetCORS * Removing comments * Related to issue #850
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@davtsur Any update? How to use this API? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be very helpful to have an api end point for the rules / alerts in the rule component (similar to the prometheus server rules / alerts end point)
The text was updated successfully, but these errors were encountered: