This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 549
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
suiguoxin
force-pushed
the
alert-inhibit
branch
from
November 4, 2020 05:10
4f641dd
to
e5b41d4
Compare
Binyang2014
reviewed
Nov 5, 2020
@@ -23,7 +23,7 @@ Solutions: | |||
This is a kind of alert from alert manager, and is reported by watchdog service. Watchdog gets such metrics from Kubernetes API. Example metrics is like: | |||
|
|||
``` | |||
pai_node_count{disk_pressure="false",instance="10.0.0.1:9101",job="pai_serivce_exporter",memory_pressure="false",name="10.0.0.2",out_of_disk="false",pai_service_name="watchdog",ready="true",scraped_from="watchdog-5ddd945975-kwhpr"} | |||
pai_node_count{disk_pressure="false",instance="10.0.0.1:9101",job="pai_serivce_exporter",memory_pressure="false",host_ip="10.0.0.2",out_of_disk="false",pai_service_name="watchdog",ready="true",scraped_from="watchdog-5ddd945975-kwhpr"} |
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.
Can we change to node_name
?. Which is more easy to understand
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.
Can we change to
node_name
?. Which is more easy to understand
Added node_name
as another label. Used node_name
instead in inhibit rules.
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.
Add node_name
in this doc?
suiguoxin
force-pushed
the
alert-inhibit
branch
4 times, most recently
from
November 9, 2020 09:55
b532fd5
to
b177fdc
Compare
suiguoxin
force-pushed
the
alert-inhibit
branch
from
November 9, 2020 10:13
b177fdc
to
0315bea
Compare
Binyang2014
approved these changes
Nov 9, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PaiServicePodNotRunning
/PaiServicePodNotRunning
inhibitsNodeNotReady
;PaiServiceNotUp
detects the status ofjob-exporter
,node-exporter
&watchdog
. As servicesjob-exporter
,node-exporter
are already covered byPaiServicePodNotRunning
/PaiServicePodNotRunning
, onlywatchdog
need to be monitored in this alert.