From 851c93059486db765966c5f8c1e56a22d1376ea1 Mon Sep 17 00:00:00 2001 From: Toby Lawrence Date: Fri, 22 Dec 2023 15:21:38 -0500 Subject: [PATCH] update changelog --- metrics-observer/CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/metrics-observer/CHANGELOG.md b/metrics-observer/CHANGELOG.md index d1349e4c..2d3f581e 100644 --- a/metrics-observer/CHANGELOG.md +++ b/metrics-observer/CHANGELOG.md @@ -8,11 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Fixed + +- All addresses returned when trying to connect to the specified exporter endpoint will be tried, in + order, instead of only trying the first and then giving up. + ([#429](https://github.com/metrics-rs/metrics/pull/429)) + ## [0.2.0] - 2023-04-16 ### Added -- Update hdrhistogram dependency to 7.2 +- Update `hdrhistogram`` dependency to 7.2 ### Changed