From 23ed788f19d5f93c760a4d081506485866959960 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Thu, 20 Jan 2022 15:22:43 -0600 Subject: [PATCH] chore: Add `openConnections` to enterprise cluster metrics Readme (#10483) --- plugins/inputs/influxdb/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/inputs/influxdb/README.md b/plugins/inputs/influxdb/README.md index 3d4ac5a8d..e13e6c4c6 100644 --- a/plugins/inputs/influxdb/README.md +++ b/plugins/inputs/influxdb/README.md @@ -52,6 +52,8 @@ InfluxDB-formatted endpoints. See below for more information. - **expandSourcesReq**: Number of remote node requests made to find measurements on this node that match a particular regular expression. - **fieldDimensionsReq**: Number of remote node requests for information about the fields and associated types, and tag keys of measurements on this data node. - **iteratorCostReq**: Number of internal requests for iterator cost. + - **openConnections**: Tracks the number of open connections being handled by the data node + (including logical connections multiplexed onto a single yamux connection). - **removeShardReq**: Number of internal requests to delete a shard from this data node. Exclusively incremented by use of the influxd-ctl remove shard command. - **writeShardFail**: Total number of internal write requests from a remote node that failed. - **writeShardPointsReq**: Number of points in every internal write request from any remote node, regardless of success.