Add support for Prometheus remote_write source #4697
Labels
domain: sources
Anything related to the Vector's sources
source: prometheus_scrape
Anything `prometheus_scrape` source related
type: feature
A value-adding code addition that introduce new functionality.
Milestone
Between a Prometheus
remote_read
source (#4162) and aremote_write
sink (#2058), there exists a third possibility. Prometheus has support for connecting to a remote system and sending metrics to it through the streamingremote_write
protocol. These metrics are a copy of those written to its database as it receives them from other sources.Vector would take the role of the remote with this new sink that accepts connections from a Prometheus server and receive a stream of metrics using the
remote_write
protocol. This stream could of course then be transformed and forwarded on to other metrics sinks.The text was updated successfully, but these errors were encountered: