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/06/26 14:45:00 UTC

[jira] [Assigned] (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 reassigned NIFI-5417:
----------------------------------

    Assignee: Matt Burgess

> 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
>    Affects Versions: 1.7.0
>            Reporter: Taras Vuyiv
>            Assignee: Matt Burgess
>            Priority: Major
>
> 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.3#76005)