Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
prometheus-operator
kube-prometheus
Commits
92016ef6
Commit
92016ef6
authored
4 years ago
by
ArthurSens
Browse files
Options
Downloads
Patches
Plain Diff
Change message to description
Signed-off-by:
ArthurSens
<
arthursens2005@gmail.com
>
parent
0cde11d3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
jsonnet/kube-prometheus/components/mixin/alerts/general.libsonnet
+2
-2
2 additions, 2 deletions
...kube-prometheus/components/mixin/alerts/general.libsonnet
with
2 additions
and
2 deletions
jsonnet/kube-prometheus/components/mixin/alerts/general.libsonnet
+
2
−
2
View file @
92016ef6
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
{
{
alert
:
'TargetDown'
,
alert
:
'TargetDown'
,
annotations
:
{
annotations
:
{
m
es
sage
:
'{{ printf "%.4g" $value }}% of the {{ $labels.job }}/{{ $labels.service }} targets in {{ $labels.namespace }} namespace are down.'
,
d
es
cription
:
'{{ printf "%.4g" $value }}% of the {{ $labels.job }}/{{ $labels.service }} targets in {{ $labels.namespace }} namespace are down.'
,
},
},
expr
:
'100 * (count(up == 0) BY (job, namespace, service) / count(up) BY (job, namespace, service)) > 10'
,
expr
:
'100 * (count(up == 0) BY (job, namespace, service) / count(up) BY (job, namespace, service)) > 10'
,
'for'
:
'10m'
,
'for'
:
'10m'
,
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
{
{
alert
:
'Watchdog'
,
alert
:
'Watchdog'
,
annotations
:
{
annotations
:
{
m
es
sage
:
|||
d
es
cription
:
|||
This is an alert meant to ensure that the entire alerting pipeline is functional.
This is an alert meant to ensure that the entire alerting pipeline is functional.
This alert is always firing, therefore it should always be firing in Alertmanager
This alert is always firing, therefore it should always be firing in Alertmanager
and always fire against a receiver. There are integrations with various notification
and always fire against a receiver. There are integrations with various notification
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment