YolandaMDavis commented on a change in pull request #3554: NIFI-5417: Add
missing component status and metrics to S2SStatusReportingTask and
PrometheusReportingTask
URL: https://github.com/apache/nifi/pull/3554#discussion_r302152740
##########
File path:
nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/src/main/resources/docs/org.apache.nifi.reporting.SiteToSiteStatusReportingTask/additionalDetails.html
##########
@@ -105,14 +113,16 @@ <h2>Record writer</h2>
{ "name" : "queuedBytes", "type" : ["long", "null"]},
{ "name" : "backPressureBytesThreshold", "type" : ["long", "null"]},
{ "name" : "backPressureObjectThreshold", "type" : ["long", "null"]},
+ { "name" : "backPressureDataSizeThreshold", "type" : ["string",
"null"]},
{ "name" : "isBackPressureEnabled", "type" : ["string", "null"]},
// fields for processors
{ "name" : "processorType", "type" : ["string", "null"]},
{ "name" : "averageLineageDurationMS", "type" : ["long", "null"]},
{ "name" : "flowFilesRemoved", "type" : ["long", "null"]},
{ "name" : "invocations", "type" : ["long", "null"]},
- { "name" : "processingNanos", "type" : ["long", "null"]}
+ { "name" : "processingNanos", "type" : ["long", "null"]},
+ { "name" : "counters", "type": { "type": "map", "values": "string" }}
Review comment:
@mattyb149 should executionNode also be included?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services