Taras Vuyiv created NIFI-5417:
---------------------------------
Summary: 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
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)