vectordotdev / vector

A high-performance observability data pipeline.
https://vector.dev
Mozilla Public License 2.0
17.66k stars 1.56k forks source link

New `chronosphere` sink #4022

Open jamtur01 opened 4 years ago

jamtur01 commented 4 years ago

We want a chronosphere sink. Chronosphere/M3 uses Prometheus-flavored metrics/metrics collection so this will be a branded-wrapper around elements of the Prometheus sink with replication of Prometheus' remote write capability. The m3db docs and the Prometheus remote write docs.

jamtur01 commented 4 years ago

It's also worth considering #2058 here and whether we'd like a general remote_write sink and make Chronosphere a wrapper of that to provide whatever endpoint/auth required.