Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature Request: Web API Endpoint for Rules #4515
Comments
This comment has been minimized.
This comment has been minimized.
|
This has been implemented here: #4318 and will be out in the next release :) |
This comment has been minimized.
This comment has been minimized.
|
https://github.com/prometheus/prometheus/blob/master/docs/querying/api.md#rules and https://github.com/prometheus/prometheus/blob/master/docs/querying/api.md#alerts I'm closing this issue as I think the existing feature set covers your requirements, but if there is anything missing, please feel free to reopen the issue. |
gouthamve
closed this
Aug 17, 2018
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 22, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 22, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
corey-hammerton commentedAug 17, 2018
Proposal
Use case. Why is this important?
Our enterprise monitoring system needs to be connected to Prometheus by querying a Rules or Alerting Rules API in order to make it possible for alerts in Prometheus to trigger or reset in a remote monitoring system simultaneously.
There is currently no good API to fulfill this requirement.