Skip to content
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

[Story] Smart Triggers API #226

Open
Tracked by #225
andrewazores opened this issue Oct 11, 2023 · 0 comments
Open
Tracked by #225

[Story] Smart Triggers API #226

andrewazores opened this issue Oct 11, 2023 · 0 comments
Labels
feat New feature or request

Comments

@andrewazores
Copy link
Member

andrewazores commented Oct 11, 2023

One idea for this could be an API endpoint for creating and querying smart triggers, for example

endpoint /triggers/

GET - returns a serialization of the currently active triggers, e.g.

GET /triggers/
{trigger : "[processCpuLoad>0.2]~Profiling"}

POST - parse and apply a trigger definition from the given argument

This would allow users to define triggers via the API and would also allow us to create a UI in cryostat-web for viewing and creating them which would improve the user experience quite a bit.
@Josh-Matsuoka in #225

@andrewazores andrewazores added the feat New feature or request label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
Status: Backlog
Status: Stretch Goals
Development

No branches or pull requests

1 participant