update CHANGELOG with key names

pull/8471/head
Stuart Carnie 2017-06-14 10:37:04 +10:00
parent aa762b96df
commit 3657dbc256
1 changed files with 8 additions and 8 deletions

View File

@ -7,13 +7,13 @@
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 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 | | tag / field | description |
|:----------- |:----------------------------------------------------- | |:----------------- |:-------------------------------------------------- |
| `db` | name of database | | `db` | name of database |
| `cq` | name of continuous query | | `cq` | name of continuous query |
| `duration` | query execution time in nanoseconds | | `durationNS` | query execution time in nanoseconds |
| `startTime` | lower bound of time range | | `startTime` | lower bound of time range |
| `endTime` | upper bound of time range | | `endTime` | upper bound of time range |
| `written` | number of points written to the target measurement | | `pointsWrittenOK` | number of points written to the target measurement |
* `startTime` and `endTime` are UNIX timestamps, in nanoseconds. * `startTime` and `endTime` are UNIX timestamps, in nanoseconds.