-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get graphiteThreshold to ignore nulls (#93)
add comments to encourage the use of graphiteWorking for nulls refactor graphiteWorking to better deal with wildcarded metrics and to fail when the last three consecutive datapoints are nulls 🐿 v2.9.0
- Loading branch information
1 parent
9f3af09
commit 569d447
Showing
5 changed files
with
41 additions
and
36 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
'use strict'; | ||
module.exports = { | ||
name: 'graphite check fixture', | ||
description: '', | ||
checks: [ | ||
{ | ||
type: 'graphiteWorking', | ||
name: 'test1', | ||
key: 'next.fastly.f8585BOxnGQDMbnkJoM1e.all.requests', | ||
metric: 'next.fastly.f8585BOxnGQDMbnkJoM1e.all.requests', | ||
severity: 2, | ||
businessImpact: 'blah', | ||
technicalSummary: 'god knows', | ||
panicGuide: 'Don\'t Panic', | ||
interval: '1s' | ||
businessImpact: 'loss of millions in pounds' | ||
} | ||
] | ||
}; |
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
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