Skip to content

The data point without field should be ignored during write into InfluxDB 2.0 #43

@bednar

Description

@bednar

The datapoint that is defined without fields:

Point .measurement("h2o") .addTag("location", "coyote_creek") .time(9L, WritePrecision.NS)

should be ignored because InfluxDB 2.0 doesn't supports partial writes.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions