It _is_ recommended to send data with a timestamp

closes #5061
pull/5134/head
Cameron Sparr 2015-12-15 17:59:46 -06:00
parent 2e68646fba
commit 616da49019
1 changed files with 2 additions and 2 deletions

View File

@ -265,8 +265,8 @@ type Point struct {
// NewPoint returns a point with the given timestamp. If a timestamp is not
// given, then data is sent to the database without a timestamp, in which case
// the server will assign local time upon reception. NOTE: it is recommended
// to send data without a timestamp.
// the server will assign local time upon reception. NOTE: it is recommended to
// send data with a timestamp.
func NewPoint(
name string,
tags map[string]string,