Hello, I am using Flink to read Iceberg (S3). I have enabled all the metrics scopes in my FlinkDeployment as below
metrics.scope.jm: flink.jobmanager metrics.scope.jm.job: flink.jobmanager.job metrics.scope.tm: flink.taskmanager metrics.scope.tm.job: flink.taskmanager.job metrics.scope.task: flink.task metrics.scope.operator: flink.operator I send these metrics to Datadog. I am specifically interested in the IcebergSourceReader metrics. I could not find any information about what metrics to expect here <https://iceberg.apache.org/javadoc/1.1.0/org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html>. In datadog as well, I could not find any metrics related to the IcebergTableSourceReader. Can someone help me understand what metrics associated with the IcebergTableSourceReader should be reported and what metricGroup (my guess was operator) should they be part of? Thank you Chetas