chore: Add `openConnections` to enterprise cluster metrics Readme (#10483)

This commit is contained in:
pierwill 2022-01-20 15:22:43 -06:00 committed by GitHub
parent 578fe8bd5f
commit 23ed788f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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.