Merge branch 'debug-vars-internal' of github.com:influxdata/docs-v2 into debug-vars-internal

pull/1633/head
Kelly 2020-10-12 20:54:37 -07:00
commit 096f1519f5
1 changed files with 2 additions and 2 deletions

View File

@ -966,7 +966,7 @@ This statistic does not distinguish between requests that are directly written t
the destination node versus enqueued into the hinted handoff queue for the destination node. the destination node versus enqueued into the hinted handoff queue for the destination node.
#### pointsWrittenOK #### pointsWrittenOK
Number of points written OK. Number of points written to the HTTP `/write` endpoint and persisted successfully.
#### req #### req
The total number of batches of points requested to be written to this node. The total number of batches of points requested to be written to this node.
@ -978,7 +978,7 @@ The total number of batches of points that failed to be sent to the subscription
The total number of batches of points that were successfully sent to the subscription dispatcher. The total number of batches of points that were successfully sent to the subscription dispatcher.
#### valuesWrittenOK #### valuesWrittenOK
Number of values (fields) written OK. Number of values (fields) written to the HTTP `/write` endpoint and persisted successfully.
#### writeDrop #### writeDrop
The total number of write requests for points that have been dropped due to timestamps The total number of write requests for points that have been dropped due to timestamps