From 3657dbc256906abf4f83a55327d31d03afabd0a9 Mon Sep 17 00:00:00 2001 From: Stuart Carnie Date: Wed, 14 Jun 2017 10:37:04 +1000 Subject: [PATCH] update CHANGELOG with key names --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0c0f01dd..68d126c59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,14 @@ When enabled, each time a continuous query is completed, a number of details regarding the execution are written to the `cq_query` measurement of the internal monitor database (`_internal` by default). The tags and fields of interest are -| tag / field | description | -|:----------- |:----------------------------------------------------- | -| `db` | name of database | -| `cq` | name of continuous query | -| `duration` | query execution time in nanoseconds | -| `startTime` | lower bound of time range | -| `endTime` | upper bound of time range | -| `written` | number of points written to the target measurement | +| tag / field | description | +|:----------------- |:-------------------------------------------------- | +| `db` | name of database | +| `cq` | name of continuous query | +| `durationNS` | query execution time in nanoseconds | +| `startTime` | lower bound of time range | +| `endTime` | upper bound of time range | +| `pointsWrittenOK` | number of points written to the target measurement | * `startTime` and `endTime` are UNIX timestamps, in nanoseconds.