-
-
Notifications
You must be signed in to change notification settings - Fork 494
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 k8s scripts for monitoring and alerting manager #925
base: develop
Are you sure you want to change the base?
Conversation
Travis tests have failedHey @kmehant, 1st Builddocker build -f ui/Dockerfile.dev -t scoreucsc/bassa-ui:dev ui >/dev/null
TravisBuddy Request Identifier: 507e5690-c0fc-11ea-9c30-6301f8ea01dd |
Hey @kmehant, TravisBuddy Request Identifier: 52f24750-c0fd-11ea-9c30-6301f8ea01dd |
Signed-off-by: K mehant <[email protected]>
Hey @kmehant, TravisBuddy Request Identifier: be16e890-c433-11ea-9d9d-6dff9152c98a |
Signed-off-by: K mehant <[email protected]>
Travis tests have failedHey @kmehant, 1st Builddocker build -f ui/Dockerfile.dev -t scoreucsc/bassa-ui:dev ui >/dev/null
TravisBuddy Request Identifier: b7956960-c6a4-11ea-aa06-e17841301e13 |
Signed-off-by: K mehant <[email protected]>
Signed-off-by: K mehant <[email protected]>
Hey @kmehant, TravisBuddy Request Identifier: 84c10e10-c6bb-11ea-aa06-e17841301e13 |
Signed-off-by: K mehant <[email protected]>
Hey @kmehant, TravisBuddy Request Identifier: e039aef0-c85a-11ea-8ad2-cd0863c1f5b3 |
Signed-off-by: K mehant <[email protected]>
Hey @kmehant, TravisBuddy Request Identifier: 002da3d0-c863-11ea-8ad2-cd0863c1f5b3 |
- alert: Container restarted | ||
annotations: | ||
summary: Container named {{$labels.container}} in {{$labels.pod}} in {{$labels.namespace}} was restarted | ||
expr: | |
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.
Is it possible to add some documentation about this expressions?
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.
Yeah sure 😁
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.
Signed-off-by: K mehant <[email protected]>
Hey @kmehant, TravisBuddy Request Identifier: e6de6110-d16f-11ea-bb2f-e1a2ee6530fc |
@@ -6,6 +6,7 @@ metadata: | |||
name: prometheus-rules | |||
namespace: bassa-monitoring | |||
data: | |||
# you can modify alert rules as you wish, useful explanation is added here https://github.com/scorelab/Bassa/wiki/Prometheus-for-monitoring-and-alerting-K8s-cluster |
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.
nice
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
Issue #924
Todo