update CHANGELOG with key names
parent
aa762b96df
commit
3657dbc256
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue