GitHub user rickysaltzer opened a pull request: https://github.com/apache/nifi/pull/91
[NIFI-987] Added Processor For Writing Events to Riemann - Introduced nifi-riemann-bundle for future Riemann backed monitoring - Added initial PutRiemann processor for writing events to Riemann using the Riemann batch client. - Values for events are provided using the NiFi expression language e.g. Metric -> ${latency.milliseconds:divide(1000)} You can merge this pull request into a Git repository by running: $ git pull https://github.com/rickysaltzer/nifi riemann-reporting Alternatively you can review and apply these changes as the patch at: https://github.com/apache/nifi/pull/91.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #91 ---- commit 1f9b5c89eedca0f12c92f4170e39a7fb6a3047c1 Author: ricky <ri...@cloudera.com> Date: 2015-09-22T14:45:10Z Added Processor For Writing Events to Riemann - Introduced nifi-riemann-bundle for future Riemann backed monitoring - Added initial PutRiemann processor for writing events to Riemann using the Riemann batch client. - Values for events are provided using the NiFi expression language e.g. Metric -> ${latency.milliseconds:divide(1000)} ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---