Skip to content

Add Prometheus Remote Write Parser #8682

@sjwang90

Description

@sjwang90

Feature Request

Proposal:

Add prometheus remote write parser to use a data_format for input plugins

Current behavior:

None - only Prometheus remote write serializer

Desired behavior:

Add prometheus remote write parser where users can read in data with setting data_format = "prometheusremotewrite" in their input plugin configuration.

Use case:

Allows users to parse prometheus remote_write format with Telegraf and output to InfluxDB.

There are currently no capabilities in InfluxDB 2.x for prometheus remote_write. With an Telegraf parser, users could transform their prometheus remote_write data into line protocol with Telegraf and send it into InfluxDB 2.x. This would be a key enhancement for users being able to migrate from InfluxDB 1.x to 2.x. See influxdata/influxdb#17958

Metadata

Metadata

Assignees

Labels

area/prometheusfeature requestRequests for new plugin and for new features to existing pluginsplugin/parser1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions