From 620ba4efe4dc82292f07b3d0a7dcabeb474b18c9 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Wed, 13 Apr 2022 08:36:30 +0300 Subject: [PATCH] changelog: Fix typo + grammar error --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c87ea1..3beb3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ # 1.5.2 - Fix metric names and missing labels for file cache metrics ([#55](https://github.com/jonnenauha/prometheus_varnish_exporter/pull/55) @thedustin) -- Fix scraping for Varnish 3.x. Removes the `main_n_ban` grouping. Metrics will now have individual `bans_` metrics instad of the grouped metric that had `type` as a label. ([#51](https://github.com/jonnenauha/prometheus_varnish_exporter/pull/51) @glennslaven) +- Fix scraping for Varnish 3.x. Removes the `main_n_ban` grouping. Metrics will now have individual `bans_` metrics instead of the grouped metric that had `type` as a label. ([#51](https://github.com/jonnenauha/prometheus_varnish_exporter/pull/51) @glennslaven) - If you previously updated to 1.5 your exports would have already been broken as the grouping tries to combine gauge and counter metrics, which is not allowed by Prometheus. - This is breaking change if you are using Varnish 3.x and use ban metrics in your dashboards, you'll need to update them to the new ones. - Clean exported backend name if beginning with reload\_ ([#56](https://github.com/jonnenauha/prometheus_varnish_exporter/pull/56) @stromnet) @@ -36,7 +36,7 @@ # 1.4.1 -- `-docker-container-name` to signal that `varnishstat` should be ran in a docker container with `docker exec ` . +- `-docker-container-name` to signal that `varnishstat` should be run in a docker container with `docker exec ` . - Support Varnish 6.0.0 by testing the main logic works and metrics are exported. - Start building releases with go 1.10.3