Skip to content

Releases: Financial-Times/n-health

Refactor, redocument, refresh

25 Feb 11:13
ce34059
Compare
Choose a tag to compare
  • graphite healthchecks are no longer next-specific
  • removed memory check that hasn't been usable since 2016
  • improve documentation and fully explain how to use in an app (n-express or vanilla)
  • refactor to use async/await

Remove keen healthchecks

05 Dec 12:29
312f6b6
Compare
Choose a tag to compare

All the usages have been removed, so this is no longer breaking.

Updates 'graphiteWorkingCheck' to look at timestamp

29 Nov 09:18
4a3ec77
Compare
Choose a tag to compare

This release alters the behaviour of graphiteWorkingCheck to look at timestamps rather than just the number of datapoint since the last non-null value.

WARNING: This will expose broken metrics that would otherwise show false positives, such as metrics using the summarise() function.

Upgrade to the new Graphite system

02 Oct 12:18
c475af5
Compare
Choose a tag to compare
Merge pull request #101 from Financial-Times/graphite-migration

Point Graphite checks at the new system

Fix nulls test in graphiteThreshold

18 Jul 14:21
9adde27
Compare
Choose a tag to compare

Now nulls are ignored in graphiteThreshold – use graphiteWorking for that.

Adding graphiteSumThreshold

11 Jul 15:57
8cdb233
Compare
Choose a tag to compare

This check sums all the values in the results and runs against a defined threshold

Adding back fromTime override in graphiteWorking check

11 Jul 11:13
6c1e669
Compare
Choose a tag to compare
Merge pull request #94 from Financial-Times/lk/graphite-working-time

Adding back override to graphiteWorking

graphiteThreshold to ignore nulls in metric data in favour of using graphiteWorking

09 Jul 11:21
569d447
Compare
Choose a tag to compare
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

tell us which specific targets (metrics) fail for wildcarded targets

29 Jun 08:15
f829526
Compare
Choose a tag to compare
v2.3.4

tell us which specific targets (metrics) fail for wildcarded targets …

v2.3.3: Merge pull request #90 from Financial-Times/fix-below-threshold-check

22 Jun 13:08
2b65d7d
Compare
Choose a tag to compare