davidradl commented on code in PR #26985: URL: https://github.com/apache/flink/pull/26985#discussion_r2344636405
########## flink-core/src/main/java/org/apache/flink/configuration/TraceOptions.java: ########## @@ -35,6 +35,21 @@ @Experimental public class TraceOptions { + /** Enum for the detail level of checkpointing spans. */ + public enum CheckpointSpanDetailLevel { + /** Sum/Max for submetrics per checkpoint. */ + SPANS_PER_CHECKPOINT, Review Comment: I suggest adding a description field to each enum, that could include the comment text. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org