Vishal Raj

Results 38 comments of Vishal Raj

Have been away from this project for a while, will take a look into this sometime next week.

Calling `connect` for reconnect will work. The method only connects if state is disconnected

@kodermax I see. Will consider this but might take some time to publish it. PRs are always welcome, so if you are willing to contribute you can open a PR

Hey, You are welcome to submit a PR, it would be a great help.

Try using react-stomp version `5.0.0`, please reopen if the issue still persists

https://github.com/lahsivjar/telegraf/commit/43ea032d6e29906e393557b08b8bfbac988c8c0b A PoC for the proposal.

@danielnelson Would be great if you can take a look at it and give some feedback

There are other options to achieve this for some other input plugins by using [aggregators](https://github.com/influxdata/telegraf/tree/release-1.14/plugins/aggregators/histogram). However, for statsd input the plugin itself does the parsing and aggregation. Because of this,...