gortiz commented on code in PR #17419:
URL: https://github.com/apache/pinot/pull/17419#discussion_r2653511289
##########
pinot-common/src/main/java/org/apache/pinot/common/metrics/BrokerMeter.java:
##########
@@ -233,6 +235,11 @@ public class BrokerMeter implements AbstractMetrics.Meter {
*/
public static final BrokerMeter WINDOW_COUNT = create("WINDOW_COUNT",
"queries", true);
+ public static final BrokerMeter MSE_STAGES_STARTED =
create("MSE_STAGE_STARTED", "stages", false);
+ public static final BrokerMeter MSE_STAGES_COMPLETED =
create("MSE_STAGE_COMPLETED", "stages", false);
+ public static final BrokerMeter MSE_OPCHAINS_STARTED =
create("MSE_OPCHAIN_STARTED", "opchains", false);
+ public static final BrokerMeter MSE_OPCHAINS_COMPLETED =
create("MSE_OPCHAIN_COMPLETED", "opchains", false);
Review Comment:
Fixed here and in server meters
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]