-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NIFI-13762 Expose processor metrics as a part of FlowInfo #9281
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution, the approach looks good. The only thing I would modify is to make this information optional in the heartbeat. It can be turned on by default but it'd be good to make it possible to turn it off if the user doesn't need this extra info.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @pkedvessy for this improvement. The approach and the implementation looks good to me, only added two cosmetic related comments. I think we should apply the renaming, the other comment is less important
c2/c2-protocol/c2-protocol-api/src/main/java/org/apache/nifi/c2/protocol/api/FlowInfo.java
Outdated
Show resolved
Hide resolved
...ework/minifi-framework-core/src/main/java/org/apache/nifi/minifi/c2/C2NifiClientService.java
Outdated
Show resolved
Hide resolved
d5b3b82
to
cbab379
Compare
@briansolo1985 @ferencerdei Thanks for your reviews. I have addressed your comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the updates, +1 from my side
thanks for the changes. going to proceed with the merge |
Signed-off-by: Ferenc Kis <briansolo1985@gmail.com> This closes apache#9281.
Summary
NIFI-13762
Tracking
Please complete the following tracking steps prior to pull request creation.
Issue Tracking
Pull Request Tracking
NIFI-00000
NIFI-00000
Pull Request Formatting
main
branchVerification
Please indicate the verification steps performed prior to pull request creation.
Build
mvn clean install -P contrib-check
Licensing
LICENSE
andNOTICE
filesDocumentation