exceptionfactory commented on code in PR #49:
URL: https://github.com/apache/nifi-api/pull/49#discussion_r2699885164
##########
src/main/java/org/apache/nifi/processor/ProcessSession.java:
##########
@@ -253,6 +253,17 @@ default void commitAsync(Runnable onSuccess) {
*/
void adjustCounter(String name, long delta, boolean immediate);
+ /**
+ * Record measurement value for the named Gauge, registering the named
Gauge when not present in the system.
Review Comment:
Thanks, that is a helpful clarification to distinguish it from counters.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]