Skip to content

Releases: criteo/blackbox-prober

blackbox-prober-0.1.31

07 Mar 15:22
Compare
Choose a tag to compare

What's Changed

  • Fix DurabilityPrepare TTL: TTLServerDefault (0) -> TTLDontExpire (-1) by @eappere in #46

New Contributors

Full Changelog: blackbox-prober-0.1.30...blackbox-prober-0.1.31

blackbox-prober-0.1.30: Add configurable total timeout parameter

27 Jan 10:20
Compare
Choose a tag to compare
  - Since we bumped from v5 to v7 of the Aerospike
    client the default timeout went from 0 (no timeout)
    to 1 second.
  - This change adds a configuration option to specify
    this value (total_timeout, e.g. "30s" in the yaml
    config). The default value is 30s
  - We also use explicitly (for readability) 2 retries
    for the durability checks (read and write policies):
    this is the default for read (aka. base) policy,
    while the default for write policiy is 0

blackbox-prober-0.1.29

20 Jan 12:37
Compare
Choose a tag to compare

What's Changed

  • Fix potential leak of endpoint clients during the initialisation of the probe by @geobeau in #44

Full Changelog: blackbox-prober-0.1.28...blackbox-prober-0.1.29

blackbox-prober-0.1.28

07 Jan 09:01
Compare
Choose a tag to compare

What's Changed

  • Disable cgo when building the probe by @geobeau in #43

Full Changelog: blackbox-prober-0.1.27...blackbox-prober-0.1.28

blackbox-prober-0.1.27

03 Jan 15:10
7efd3e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: blackbox-prober-0.1.26...blackbox-prober-0.1.27

blackbox-prober-0.1.26

26 Feb 08:47
c72af41
Compare
Choose a tag to compare

Clean the old 'aerospike-namespaces' consul metadata that is no longer supported

blackbox-prober-0.1.25

21 Feb 13:12
3441cf9
Compare
Choose a tag to compare

this release fix the issue regarding the 0.1.24 that failed to parse the new MetaKey added (aerospike-monitoring-)

blackbox-prober-0.1.24: Support new MetaData aerospike-monitoring-*

16 Feb 13:36
a030629
Compare
Choose a tag to compare

Following a consul limitation reached when using the metadata "aerospike-namespaces" (max for metadata value is 512 bytes), we needed to split into multiple metadata (1 per namespace) to activate the monitoring.

blackbox-prober-0.1.23: Allow configuring ExitFastOnExhaustedConnectionPool

13 Dec 17:10
Compare
Choose a tag to compare
The default behavior of the aerospike client is to loop forever
trying to openconnections when a node is down. Now, if it tried
to open too many connections it will stop right aways

blackbox-prober-0.1.22: Remove warmup of the aerospike client

13 Dec 15:48
Compare
Choose a tag to compare
It spawns a very high number of go routine.
Instead minConnection is prefered.