Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/1872#discussion_r128610464 --- 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 -- Good call. I didn't realize that was part of the entity.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---