Skip to content

Releases: telekom/sparrow

v0.2.2

05 Jan 14:10
ab56ca0
Compare
Choose a tag to compare

Description

The Target Manager is optional now. Use tmconfig flag to use the TargetManager.
An additional endpoint to sparrow root has been added that responds with status ok. This is used by the checks using the global targets.

Changelog

  • ab56ca0 Merge pull request #59 from caas-team/feat/globalTargetHandler

v0.2.1

04 Jan 06:14
d7efda8
Compare
Choose a tag to compare

Description

The Helm Chart is now prepared to use the Target Manager.

Changelog

  • d7efda8 feat(helm): add target manager support (#54)

v0.2.0

02 Jan 09:41
831d522
Compare
Choose a tag to compare

Description

The TargetManager has been introduced. A sparrow instance is now able to register itself in a centralized GitLab repository.
All targets registered in the GitLab repository will be used as targets for checks that will perform checks to dedicated targets e.g. the health check. The checks will automatically consider the targets as additional targets. Sparrow instances do not have to be registered manually in the checks runtime configuration anymore. At sturtup the target manager configuration is mandatory.

A new mandatory flag sparrowName has been introduced. This needs to be the FQDN of the sparrow.

Changelog

  • 831d522 Merge pull request #51 from caas-team/feat/target-manager-shutdown

v0.1.2

18 Dec 14:38
ad4ab11
Compare
Choose a tag to compare

Description

The sparrow is now providing a Prometheus /metrics endpoint. Besides Golang runtime metrics, check metrics will be exposed.
Available metrics collectors can be found in the readme.

The unit of the latency time for the latency check has been changed from microseconds to seconds.

Changelog

  • ad4ab11 feat: add metrics; fix latency check; latency time in sec (#45)

v0.1.1

09 Dec 19:43
759b5ca
Compare
Choose a tag to compare

Changelog

v0.1.0

05 Dec 12:14
faab23e
Compare
Choose a tag to compare

Changelog