-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add Prometheus Remote Write Parser #8682
Copy link
Copy link
Closed
Labels
area/prometheusfeature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing pluginsplugin/parser1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins
Metadata
Metadata
Assignees
Labels
area/prometheusfeature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing pluginsplugin/parser1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins
Feature Request
Proposal:
Add prometheus remote write parser to use a
data_formatfor input pluginsCurrent 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