Releases: telekom/sparrow
v0.2.2
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
v0.2.1
v0.2.0
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
v0.1.2
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.