Skip to content

Writing multiple data points per request #3

@tobiasschuerg

Description

@tobiasschuerg

Instead of creating a separate request for each data point it would be nice if the library would allow sending multiple data points.

Somethink like

  influx.prepare(INFLUX_MEASUREMENT, tags, fields);
  influx.prepare(INFLUX_MEASUREMENT, tag, fields);
  influx.write();

See https://docs.influxdata.com/influxdb/v1.5/guides/writing_data/#writing-multiple-points

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions