From 7ea867b4c9940c399b02785f63fde1009e97fa49 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Fri, 18 Sep 2015 13:10:02 +0200 Subject: [PATCH] Add vector() function to CHANGELOG.md. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b228a85fe..2d4f04545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,7 @@ All changes: discovery. * [FEATURE] Allow scalar expressions in recording rules to enable use cases such as building constant metrics. -* [FEATURE] Add `label_replace()` query language function. +* [FEATURE] Add `label_replace()` and `vector()` query language functions. * [FEATURE] In Consul service discovery, fill in the `__meta_consul_dc` datacenter label from the Consul agent when it's not set in the Consul SD config.