Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>pull/5529/head
parent
f1a3d213b8
commit
2cf6f2c80b
|
@ -64,7 +64,8 @@ public class HelloInfluxDB {
|
|||
}
|
||||
}
|
||||
|
||||
// Write sample measurement using Point class API
|
||||
// Use the Point class to construct time series data.
|
||||
// Call client.writePoint to write the point as line protocol to your bucket.
|
||||
private static void writeData(InfluxDBClient client) {
|
||||
Point point = Point.measurement("temperature")
|
||||
.setTag("location", "London")
|
||||
|
|
Loading…
Reference in New Issue