Fly-Style commented on code in PR #19212:
URL: https://github.com/apache/druid/pull/19212#discussion_r3026076321
##########
sql/src/main/java/org/apache/druid/sql/calcite/schema/MetadataSegmentView.java:
##########
@@ -63,6 +72,8 @@
public class MetadataSegmentView
{
private static final EmittingLogger log = new
EmittingLogger(MetadataSegmentView.class);
+ private static final String NEW_SEGMENTS_DETECTED_METRIC_NAME =
"metadataSegmentView/segments/added";
Review Comment:
Intention here is to highlight that specific area for ease of testing, and
afterwards switch back to normal metrics.
--
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]