Skip to content

Releases: tjheslin1/Patterdale

1.3.1

16 Oct 09:11
Compare
Choose a tag to compare

Merged in #39 - Changed line breaks of output to CR to work on all platforms.

Thank you @akrist !!

1.3.0

01 Feb 06:02
Compare
Choose a tag to compare

Address #35 - Cache prepared statement of query

1.2.4

17 Nov 17:33
Compare
Choose a tag to compare

Addresses:

  • #32 - Do not render metrics on probe errors
  • #33 - Friendly error message when probe not found

Thanks @tommagowan / @magowant

1.2.3

08 Nov 09:24
05a2a2f
Compare
Choose a tag to compare

Merged #30 - Thanks @tommagowan
Merged #31 - Thank you again @tommagowan !

1.2.2

23 Oct 06:37
f401ffe
Compare
Choose a tag to compare
  • Merged #25 addressing an issue where Patterdale doesn't report database-up metric correctly if the database is down and unreachable.

1.2.1

11 Mar 21:14
da37c61
Compare
Choose a tag to compare

Issue: ExecutorService is not closed which leads to a thread leak found and rised by @theangrydev.

PRs: ExecutorService issue fixed in #24 by @jonnymatts-sky!

1.2.0

27 Feb 22:47
5703fae
Compare
Choose a tag to compare

Merged #22 - Add default metricLabels per database
Thanks @jonnymatts-sky!

1.1.2

17 Feb 18:36
Compare
Choose a tag to compare

Addresses #17

Patterdale's rest server will now start up even if all databases are not currently up and serving requests.

If a database query fails due to a connection problem the resulting metric value will be "-1".

Added new configurable property to patterdale.yml: probeConnectionWaitInSeconds with a default of 0 (seconds).

1.1.1

14 Dec 21:59
Compare
Choose a tag to compare

Added default behaviour if status.page is not provided.

The default will display the patterdale.yml configuration by referring to the config.file property.

1.1.0

14 Dec 21:05
Compare
Choose a tag to compare

@theangrydev and @hanfak fixed an issue where the metrics collection would block when gathering new metrics after the cache, used to prevent hammering of the database, had expired.