You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: