You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (JIRA)" <ji...@apache.org> on 2019/07/11 20:00:00 UTC

[jira] [Updated] (NIFI-5417) Add additional properties to status reporting

     [ https://issues.apache.org/jira/browse/NIFI-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess updated NIFI-5417:
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.0
           Status: Resolved  (was: Patch Available)

> Add additional properties to status reporting
> ---------------------------------------------
>
>                 Key: NIFI-5417
>                 URL: https://issues.apache.org/jira/browse/NIFI-5417
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Taras Vuyiv
>            Assignee: Matt Burgess
>            Priority: Major
>             Fix For: 1.10.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Hi team,
> We use _SiteToSiteStatusReportingTask_ for our monitoring system and realized that we seriously need the run status of the processors and input/output ports, which is not sent by reporting task in the status JSON.
> During an investigation turned out that some of the available values in the status classes of _org.apache.nifi.controller.status_ package __ are not included in the resulting JSON of the _SiteToSiteStatusReportingTask_. 
> It's impossible to extend the reporting task in a non-hack way, so please add the missing status properties:
> +Processor+
>  * runStatus
>  * executionNode
>  * terminatedThreadCount
>  * counters
> +Port+
>  * transmitting
>  * runStatus
> +Connection+
>  * backPressureDataSizeThreshold
> +Remote Process Group+
>  * transmissionStatus
>  * uri
> +Process Group+
>  * versionedFlowState
>  * terminatedThreadCount
>  * queuedContentSize
>  
> Thanks!



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)