From 330cc33d63534c0a439b74c709cf1daab9b2c6e3 Mon Sep 17 00:00:00 2001 From: George Brighton Date: Mon, 2 Aug 2021 12:45:49 +0100 Subject: [PATCH] Fix PR reference in changelog Signed-off-by: George Brighton --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdcff14f2..ae8470af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ * [ENHANCEMENT] Improve append performance in TSDB by reducing mutexes usage. #9061 * [ENHANCEMENT] Allow configuring `max_samples_per_send` for remote write metadata. #8959 * [ENHANCEMENT] Add `__meta_gce_interface_ipv4_` meta label to GCE discovery. #8978 -* [ENHANCEMENT] Add `__meta_ec2_availability_zone_id` meta label to EC2 discovery. #8978 +* [ENHANCEMENT] Add `__meta_ec2_availability_zone_id` meta label to EC2 discovery. #8896 * [ENHANCEMENT] Add `__meta_azure_machine_computer_name` meta label to Azure discovery. #9112 * [ENHANCEMENT] Add `__meta_hetzner_hcloud_labelpresent_` meta label to Hetzner discovery. #9028 * [ENHANCEMENT] promtool: Add compaction efficiency to `promtool tsdb analyze` reports. #8940