This repository has been archived by the owner on May 20, 2022. It is now read-only.
Releases: n888/prometheus-lightsail-sd
Releases · n888/prometheus-lightsail-sd
1.0.3 / 2020-09-19
- [CHANGE] Bump go module deps to latest and build version to 1.15
- [CHANGE] The default value for
--profile
is nownull
- [CHANGE] Retry connection on failure to AWS API
- [ENHANCEMENT] Add metrics path config via
--web.telemetry-path="/metrics"
- [ENHANCEMENT] Log AWS authentication & connection errors
1.0.2 / 2020-06-08
- [FEATURE] Add initial metrics support, default:
:8383/metrics
- Listen address configurable via
--web.listen-address=":8383"
- Listen address configurable via
- [ENHANCEMENT] Build with
go 1.13.12
, switch to go modules from govendor, and bump go dependencies to latest - [BUGFIX] Support the case where an instance is stopped, and does not have a static IP assigned.
1.0.1 / 2019-12-21
- [BUGFIX] Updated vendor dependencies to allow for cross builds prometheus/procfs#222
v1.0 / 2019-11-21
- Initial release