From b04032c9235c82a7d13c873ecd9895e14354323c Mon Sep 17 00:00:00 2001 From: pierwill Date: Thu, 1 Oct 2020 16:21:36 -0700 Subject: [PATCH] Add link to /debug/vars endpoint --- .../influxdb/v1.8/about_the_project/releasenotes-changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md b/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md index 5411f6b96..d699374c1 100644 --- a/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md +++ b/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md @@ -14,8 +14,8 @@ v2: /influxdb/v2.0/reference/release-notes/influxdb/ ### Features - Use latest version of InfluxQL package. -- Add `-lponly` flag to [`influx export`](/influxdb/v2.0/reference/cli/influx/export/) sub-command. -- Add the ability to track number of values written via `/debug/vars`. +- Add `-lponly` flag to [`influx export`](/influxdb/v2.0/reference/cli/influx/export/). +- Add the ability to track number of values written via the [/debug/vars HTTP endpoint](/influxdb/v1.8/tools/api/#debug-vars-http-endpoint). - Update UUID library from [github.com/satori/go.uuid](https://github.com/satori/go.uuid) to [github.com/gofrs/uuid](https://github.com/gofrs/uuid). ### Bug fixes