zachjsh commented on code in PR #12750:
URL: https://github.com/apache/druid/pull/12750#discussion_r925227084
##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTask.java:
##########
@@ -281,4 +288,18 @@ public Appenderator getAppenderator()
{
return runnerSupplier.get();
}
+
+ public InputStats getInputStats()
+ {
+ return inputStats;
+ }
+
+ public Map<String, String[]> getMetricsDimensions()
Review Comment:
ditto
--
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]