Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
7b567509
Commit
7b567509
authored
9 years ago
by
Brian Brazil
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #329 from brian-brazil/newamblog
Update anomaly blog post for new AM and alert syntax
parents
f3a6734b
bcb1345a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
18 deletions
+6
-18
2015-06-18-practical-anomaly-detection.md
content/blog/2015-06-18-practical-anomaly-detection.md
+6
-18
No files found.
content/blog/2015-06-18-practical-anomaly-detection.md
View file @
7b567509
...
@@ -83,8 +83,6 @@ ALERT InstanceLatencyOutlier
...
@@ -83,8 +83,6 @@ ALERT InstanceLatencyOutlier
>
>
1
1
FOR 30m
FOR 30m
SUMMARY "{{$labels.instance}} in {{$labels.job}} is a latency outlier"
DESCRIPTION "{{$labels.instance}} has latency of {{humanizeDuration $value}}"
```
```
## Automatic actions
## Automatic actions
...
@@ -107,23 +105,13 @@ configuration that uses it could look like this:
...
@@ -107,23 +105,13 @@ configuration that uses it could look like this:
```
```
# A simple notification configuration which only sends alert notifications to
# A simple notification configuration which only sends alert notifications to
# an external webhook.
# an external webhook.
notification_config {
receivers:
name: "restart_webhook"
- name: restart_webhook
webhook_config
{
webhook_config
s:
url: "http://example.org/my/hook"
url: "http://example.org/my/hook"
}
}
route:
receiver: restart_webhook
# An aggregation rule which matches all alerts with the label
# alertname="InstanceLatencyOutlier" and sends them using the "restart_webhook"
# notification configuration.
aggregation_rule {
filter {
name_re: "alertname"
value_re: "InstanceLatencyOutlier"
}
notification_config_name: "restart_webhook"
}
```
```
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment