rezolus icon indicating copy to clipboard operation
rezolus copied to clipboard

Metrics publishing

Open brayniac opened this issue 5 years ago • 2 comments

Add push support for telemetry publishing, currently we only support pull-based collection. We should extend the metrics library to allow for pluggable exposition and publishing. Targets to consider for push support are InfluxDB and Kafka

brayniac avatar Oct 10 '19 18:10 brayniac

@brayniac , having a GNMI server would be amazing , or if not at least the ability to push into Influx 2.x

gavmckee80 avatar Mar 10 '22 22:03 gavmckee80

@gavmckee80 - push is currently a very low priority for my use-cases. We've found that Rezolus primarily shines as a sampler and that we can leave the ingestion and metrics pipeline to other software.

That said, I'd welcome a PR that adds the ability to push to Influx as long as it can be done in a general fashion and doesn't pull in much else in terms of dependencies. It looks like GNMI involves GRPC, which if I'm not mistaken will involve many additional dependencies.

brayniac avatar Mar 10 '22 23:03 brayniac