grafana / carbon-relay-ng

Fast carbon relay+aggregator with admin interfaces for making changes online - production ready
Other
467 stars 151 forks source link

Support MetricPoint like mt-gateway does #442

Open D3luxee opened 4 years ago

D3luxee commented 4 years ago

Hi, i think carbon-relay-ng should support publishing MetricPoints to kafka instead of only MetricData, preferably like mt-gateway implemented it.

Support for MetricPoints would allow the users of carbon-relay-ng and metrictank to ship their data in a more efficient way.

Thanks, Georg

Dieterbe commented 4 years ago

Agreed.

ideally we share the same library with mt-gateway. this would be nice to have, but low priority for us (grafana labs)

D3luxee commented 4 years ago

If i find the time i would take a look at it and create a PR. Should not be that complicated to import the existing publisher from metrictank / mt-gateway and make use of it.