ozhera-prometheus-agent/ozhera-prometheus-agent-service/src/main/java/org/apache/ozhera/prometheus/agent/service/prometheus/RuleAlertService.java (3 lines): - line 202: //TODO: Create different Feishu cards through different templates - line 203: //TODO: Construct alarm notifications through different types, such as Feishu and email - line 225: //TODO: Temporary method provided to alertManagerClient, which needs to be refactored in the future. ozhera-prometheus-agent/ozhera-prometheus-agent-service/src/main/java/org/apache/ozhera/prometheus/agent/service/prometheus/ScrapeJobService.java (2 lines): - line 55: scrapeConfigEntity.setCreatedBy("xxx"); //TODO:Replace with real user - line 115: //TODO: Temporary method provided to prometheusClient and needs to be refactored in the future style/ozhera_checkStyle.xml (2 lines): - line 49: - line 54: ozhera-prometheus-agent/ozhera-prometheus-agent-client/src/main/java/org/apache/ozhera/prometheus/agent/operators/ali/AliPrometheusOperator.java (1 line): - line 444: // TODO:Transform into paginated aggregate data. ozhera-prometheus-agent/ozhera-prometheus-agent-service/src/main/java/org/apache/ozhera/prometheus/agent/service/impl/DingDingServiceImpl.java (1 line): - line 148: //TODO:token redis cache ozhera-prometheus-agent/ozhera-prometheus-agent-dao/src/main/java/org/apache/ozhera/prometheus/agent/Impl/RuleAlertDao.java (1 line): - line 60: dbRes.setDeletedBy("xxx"); // TODO:use real user name ozhera-webhook/ozhera-webhook-server/src/main/java/org/apache/ozhera/webhook/service/impl/HeraWebhookServiceImpl.java (1 line): - line 255: // TODO: The main container is not necessarily 0. determine the main container based on other conditions? ozhera-prometheus-agent/ozhera-prometheus-agent-dao/src/main/java/org/apache/ozhera/prometheus/agent/Impl/ScrapeConfigDao.java (1 line): - line 54: dbRes.setDeletedBy("xxx"); // TODO:use real user name