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

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

    [ https://issues.apache.org/jira/browse/NIFI-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16882635#comment-16882635 ] 

ASF subversion and git services commented on NIFI-5417:
-------------------------------------------------------

Commit 0ccc346aec1828d0522631247b3ef22de6a8cee2 in nifi's branch refs/heads/master from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0ccc346 ]

NIFI-5417: Add missing component status and metrics to S2SStatusReportingTask and PrometheusReportingTask (#3554)

* NIFI-5417: Add missing component status and metrics to S2SReportingTask and PrometheusReportingTask

* NIFI-5417: Added executionNode to schema and doc

This closes #3554

Signed-off-by: Yolanda M. Davis <yo...@gmail.com>


> 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
>          Time Spent: 1h 20m
>  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.3#76005)