Skip to content

Commit

Permalink
common batch parameters no longer allowed with line protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
beckettsean committed Jun 19, 2015
1 parent b45a46b commit e6c36d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ In this sample we will create a batch of a 1,000 points. Each point has a time a
a single value as well as 2 tags indicating a shape and color. We write these points
to a database called _square_holes_ using a measurement named _shapes_.

NOTE: In this example, we are specifically assigning time, tags and precision
to each point. Alternately, you can specify a time, tags and precision at
the batch point level that could be used as defaults if an associated point
does not provide these metrics.

NOTE: You can specify a RetentionPolicy as part of the batch points. If not
provided InfluxDB will use the database _default_ retention policy. By default, the _default_
retention policy never deletes any data it contains.
Expand Down

0 comments on commit e6c36d5

Please sign in to comment.