Merge pull request #475 from influxdata/update/line-protocol

Added a note to line protocol doc recommending timestamps
pull/478/head
Scott Anderson 2019-09-18 18:44:40 -06:00 committed by GitHub
commit 10240e5f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -93,7 +93,12 @@ The Unix nanosecond timestamp for the data point.
InfluxDB accepts one timestamp per point.
If no timestamp is provided, InfluxDB uses the system time (UTC) of its host machine.
_**Data type:** [Unix timestamp](#unix-timestamp)_
_**Data type:** [Unix timestamp](#unix-timestamp)_
{{% note %}}
To ensure a data point includes the time a metric is observed (not received by InfluxDB),
include the timestamp.
{{% /note %}}
{{% note %}}
_Use the default nanosecond precision timestamp or specify an alternative precision