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 15:10: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=16873414#comment-16873414 ] 

Matt Burgess commented on NIFI-5417:
------------------------------------

I'm adding these, with the exception of naming the "uri" internal field as "targetURI" in the outgoing flow file, and PG's "queuedContentSize" is already being reported. I'll also add the associated labels and metrics to the PrometheusReportingTask.

> 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)