[
https://issues.apache.org/jira/browse/NIFI-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16089977#comment-16089977
]
ASF GitHub Bot commented on NIFI-106:
-------------------------------------
Github user mcgilman commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1872#discussion_r127739416
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/main/java/org/apache/nifi/cluster/coordination/http/endpoints/StatusHistoryEndpointMerger.java
---
@@ -109,13 +119,49 @@ public NodeResponse merge(URI uri, String method,
Set<NodeResponse> successfulRe
noReadPermissionsComponentDetails =
nodeStatus.getComponentDetails();
}
+ if (!nodeStatus.isIncludeCounters()) {
--- End diff --
I'm not sure we need to add a new field to the `nodeStatus` as the read
permission is already present in the corresponding `nodeResponseEntity`.
> Processor Counters should be included in the Status Reports
> -----------------------------------------------------------
>
> Key: NIFI-106
> URL: https://issues.apache.org/jira/browse/NIFI-106
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Matt Gilman
> Assignee: Mark Payne
> Priority: Minor
>
> This would allow a Processor's Status HIstory to show counters that were
> maintained over time periods instead of having only a single count since
> system start.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)