Skip to content

Follow InfluxDB Line Protocol #592

@akngs

Description

@akngs

Output plugin for InfluxDB does not follow InfluxDB's Line Protocol.

The reference says tag names and values should not be quoted and characters like comma and space should be escaped using back-slash, but current implementation does not follow the spec.

Expected:

tag1=value1,tag2=value\ with\ space

Actual:

tag1="value1",tag2="value with space"

As a result of this behavior, every tag values in influxdb have additional double quotes attached.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions