ffwd
ffwd copied to clipboard
a flexible metric forwarding agent
- corrected markdown warnings - improved components.md - added components diagram to components.md ([source](https://docs.google.com/drawings/d/1I5KjrRuTDnkLCQLke2_nyw_-p14jGFmfVgfPoiWMbvs/edit) - fixed some javadoc
Hi Devs, I was looking for open-source projects to work on and found ffwd while going through Spotify's open-source projects. I was wondering if there are any good starter issues...
CircleCI builds are failing for network-y issues about 30% of the time. It’s just a huge PITA, distracting and wastes people’s time.
We recently refactor ffwd to add Distribution. We need to update ffwd documentation to reflect the changes. DoD 1. Update ffwd documentation 2. Document Distribution Implementation in ffwd
Several plugins are not listed in the ffwd documentation. A bare minimal page for each showing that the plugin exists and what its configuration options are would be useful. I...
Ideally these can be set up similar to those in [Heroic](https://github.com/spotify/heroic/tree/master/system-tests) via a docker full environment.
I am looking for some documentation related to how would one go about publishing metrics to OpenTSDB from ffwd. The `http` output plugin seems to be able to route metrics...
FFWD and its client have the dependency on the metric format. Currently we have many definitions of the metric that reside in different project. I suggest that we create a...
Due to nature of UDP protocol data could be silently dropped if reached specific limits. As the data/metrics are dropped silently usually we alerted by teams noticing missing metrics. One...