From 3aafbc3624e74726ea8d82c19a5319c64259bc24 Mon Sep 17 00:00:00 2001
From: Aliaksandr Valialkin <valyala@victoriametrics.com>
Date: Fri, 7 Oct 2022 23:45:51 +0300
Subject: [PATCH] docs/CHANGELOG.md: add a link to a feature request for the
 feature, which allows specifying full scrape urls in `targets` list and in
 the `__address__` label

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3208
---
 docs/CHANGELOG.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 9ccc39169e..71247d2f8f 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -33,6 +33,8 @@ The following tip changes can be tested by building VictoriaMetrics components f
       - host4:1234
   ```
 
+  See [the corresponding issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3208).
+
 * FEATURE: [vmagent](https://docs.victoriametrics.com/vmagent.html): allow controlling staleness tracking on a per-[scrape_config](https://docs.victoriametrics.com/sd_configs.html#scrape_configs) basis by specifying `no_stale_markers: true` or `no_stale_markers: false` option in the corresponding [scrape_config](https://docs.victoriametrics.com/sd_configs.html#scrape_configs).
 
 * BUGFIX: [vmui](https://docs.victoriametrics.com/#vmui): automatically update graph, legend and url after the removal of query field. See [this feature request](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3169) and [this comment](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/3196#issuecomment-1269765205).