-
Notifications
You must be signed in to change notification settings - Fork 2
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
add scheduling flows feature #21
Comments
Hello,
In pkg/api/request.go
In pkg/api/response.go
In pkg/azkaban.go
In pkg/collector.go
The collector part that I've added is clearly not efficient for me. That's why I didn't propose a merge request. Thanks for this exporter |
Thanks for your code. I'll finish it in the nearest free time. |
Hello,
Can you add metrics to know if a flow is scheduled or not ?
eg.
azkaban_flow_is_scheduled{flow="flow_1",project="my_project_1"} 1
azkaban_flow_is_scheduled{flow="flow_2",project="my_project_1"} 0
Thanks
The text was updated successfully, but these errors were encountered: