suneet-s commented on code in PR #13760: URL: https://github.com/apache/druid/pull/13760#discussion_r1097792059
########## processing/src/main/java/org/apache/druid/query/DruidMetrics.java: ########## @@ -52,6 +52,8 @@ public static final String PARTITION = "partition"; + public static final String INGEST_METADATA = "ingestMetadata"; Review Comment: This is the key used in the metrics that are emitted. Thoughts on naming this key? -- 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]
