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
An input plugin that can pull data from a configurable topic and send that data to an output source. The data could/should be wire protocol compatible to allow for easy translation.
Current behavior:
There are plugins to support queues like RabbitMQ.
Use case: [Why is this important (helps with prioritizing requests)]
Right now the Deis team is working on scaling our monitoring stack on kubernetes infrastructure. We have proposed using NSQ to allow work to be processed outside of the producer. We have built our own consumer to pull data from NSQ and forward it to influxdb but it seems like this could be easily encapsulated within our existing telegraf instances.
The text was updated successfully, but these errors were encountered:
Proposal:
An input plugin that can pull data from a configurable topic and send that data to an output source. The data could/should be wire protocol compatible to allow for easy translation.
Current behavior:
There are plugins to support queues like RabbitMQ.
Use case: [Why is this important (helps with prioritizing requests)]
Right now the Deis team is working on scaling our monitoring stack on kubernetes infrastructure. We have proposed using NSQ to allow work to be processed outside of the producer. We have built our own consumer to pull data from NSQ and forward it to influxdb but it seems like this could be easily encapsulated within our existing telegraf instances.
The text was updated successfully, but these errors were encountered: