-
Notifications
You must be signed in to change notification settings - Fork 33
Grafana alerts #759
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
Grafana alerts #759
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to talk through some of these things.
@@ -0,0 +1,74 @@ | |||
apiVersion: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Provisioned" resources cannot be modified by users via Grafana. I think that's ok for dashboards since users can clone an existing dashboard, tweak it and save it with a new name. But for alerts, this might not be optimal since the original alert will still be there and potentially trigger at the wrong time. But we need/want to provide some OOTB alerts, so it's a tough call.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the mentions on VFL and the related airflow job are the only real issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few nits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.