GitHub user apsaltis opened a pull request:

    https://github.com/apache/nifi-minifi/pull/65

    MINIFI-170 Change FlowStatusReport to be JSON

    The FlowStatus report were in a format that is close to but not JSON.
    
    FlowStatusReport{controllerServiceStatusList=null, 
processorStatusList=[{name='GenerateFlowFile', 
processorHealth={runStatus='Running', hasBulletins=false, 
validationErrorList=[]}, processorStats={activeThreads=0, flowfilesReceived=0, 
bytesRead=0, bytesWritten=1024000, flowfilesSent=0, invocations=100, 
processingNanos=106080516}, bulletinList=[]}], connectionStatusList=null, 
remoteProcessGroupStatusList=null, instanceStatus=null, 
systemDiagnosticsStatus=null, reportingTaskStatusList=null, 
errorsGeneratingReport=[]}
    
    This makes it hard to process. The changes in this P/R result in a 
FlowStatus report that is valid JSON, thus enabling standard tools to be used 
to process the reports. 


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apsaltis/nifi-minifi MINIFI-170

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-minifi/pull/65.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 #65
    
----
commit 2401547287284a8fd207fdd3bf14e3a76d3ba157
Author: Andrew Psaltis <[email protected]>
Date:   2016-12-13T17:15:40Z

    Changing FlowStatus report to be JSON based

commit c6b27408c525509c7019a1bc63d4b3c94571897f
Author: Andrew Psaltis <[email protected]>
Date:   2016-12-13T17:32:11Z

    cleaning up imports

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to